amcharts / export

Apache License 2.0
56 stars 33 forks source link

Possible to transpose csv export (download csv)? #52

Closed jordanharding closed 7 years ago

jordanharding commented 7 years ago

When exporting a stacked chart, it looks like this

image

I'd like it to look like this

image

is there a command that enables this? If not, what's the best way to do it?

maertz commented 7 years ago

There is no flag/command to simply "rotate" the data sheet but you might want to have a look into following sample, which uses the processData function to get that:

https://codepen.io/team/amcharts/pen/4b6702ccd62b51473273ba2411c1b08d

jordanharding commented 7 years ago

wonderful, thank you!