You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2018. It is now read-only.
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).
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.
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/
The text was updated successfully, but these errors were encountered: