Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Export CSV including hidden series #92

Open
absessive opened this issue Apr 25, 2016 · 1 comment
Open

Export CSV including hidden series #92

absessive opened this issue Apr 25, 2016 · 1 comment

Comments

@absessive
Copy link

I've been trying to export CSV for a chart with one series hidden visible: false, however that only exports visible series. The requirement is that the additional series should not be visible until its in CSV (especially in charts with many series).

Fiddle: http://jsfiddle.net/absessive/cqjvD/1109/

@TorsteinHonsi
Copy link
Contributor

Thanks for your suggestion! Currently we are checking for visible: false because there was an error in issue #55 with hidden series. The problem is that for hidden series, the data is not always processed at all, so we couldn't export from the processed data.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants