This plugin allows the user to export the chart data to a CSV string.
The contents of the plugin is located in the javascript file "export-csv.js". This plugin is published under the MIT license, and the license document is included in the repository.
-
exporting.csv.dateFormatWhich date format to use for exported dates on a datetime X axis. See Highcharts.dateFormat. -
exporting.csv.itemDelimiterThe item delimiter, defaults to,. Use;for direct import to Excel. -
exporting.csv.lineDelimiterThe line delimiter, defaults to\\n. -
series.includeInCSVExportSet this to false to prevent an individual series from being exported. To prevent the navigator in a stock chart, setnavigator.series.includeInCSVExportto false.