← Settings and activity 1 result found Export Chart Data to CSV, Excel, and More, via Data URIs 68 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 12 comments · Highcharts Javascript API · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close AdminTorstein Hønsi (CPO, Founder, Highcharts JS) responded Here’s a small plugin for getting the CSV for a categorized chart: https://github.com/highcharts/export-csv/ Demo: http://jsfiddle.net/highcharts/cqjvD/ An error occurred while saving the comment Anand commented · Mar 27, 2013 · Edit… · Delete… Thank you @Mathew Weaver Worked for me. Had to make few changes based on my chart. (instead of series.data[j].x, I needed series.data[j].category) Save Submitting...
AdminTorstein Hønsi (CPO, Founder, Highcharts JS) responded Here’s a small plugin for getting the CSV for a categorized chart: https://github.com/highcharts/export-csv/ Demo: http://jsfiddle.net/highcharts/cqjvD/
Thank you @Mathew Weaver
Worked for me. Had to make few changes based on my chart. (instead of series.data[j].x, I needed series.data[j].category)