Skip to content

v3.12.0

Compare
Choose a tag to compare
@apryka apryka released this 09 Jul 07:07
· 98 commits to master since this release

New feature:

Export data to a file

// method by default generates a JSON file
chart.exportData();

// supported formats : 'json', 'csv'
chart.exportData('csv');