highcharts / export-csv

Highcharts plugin to export chart data to CSV
http://www.highcharts.com/plugin-registry/single/7/Export-CSV
MIT License
76 stars 95 forks source link

how to add the sum of yAxis values under a line? #103

Closed leonceattolou closed 7 years ago

leonceattolou commented 7 years ago

Is it a way to extend the plugin that exports to XLS and CSV to add additional line with the sum value?

TorsteinHonsi commented 7 years ago

Currently the plugin doesn't support that, but you can do that by extending the module. Here's a boilerplate where you can add some logic to summarize the values: http://jsfiddle.net/cqjvD/1206/

leonceattolou commented 7 years ago

Thank you for your help. I solve my issue thanks to your solution.