Highcharts Download !!hot!! Csv -

Sometimes you don't want to use the default menu. You might want a custom "Export to Excel" button elsewhere on your dashboard. You can trigger the download via the Highcharts API: javascript

Highcharts.chart('container', { exporting: { csv: { itemDelimiter: ';' } } }); Use code with caution. Formatting Dates and Numbers highcharts download csv

By default, Highcharts uses a comma. If you are in a region where semicolons are preferred (like many parts of Europe), you can change it: javascript Sometimes you don't want to use the default menu