Skip to content

Appboy/export-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

export-csv

Forked from https://github.com/froodian/export-csv, which was originally forked from https://github.com/highcharts/export-csv.

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.

Options

  • exporting.csv.dateFormat Which date format to use for exported dates on a datetime X axis. See Highcharts.dateFormat.

  • exporting.csv.itemDelimiter The item delimiter, defaults to ,. Use ; for direct import to Excel.

  • exporting.csv.lineDelimiter The line delimiter, defaults to \\n.

  • exporting.csv.includePiePercentages Choose if pie charts should include the percentage of their rows, defaults to false.

  • series.includeInCSVExport Set this to false to prevent an individual series from being exported. To prevent the navigator in a stock chart, set navigator.series.includeInCSVExport to false.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%