Export of scatter plot data as csv or xlsx does not work

Issue #421 resolved
David Platten created an issue

The current version of export-csv.js can only export one data point per x-value. This means that incomplete scatter data is exported. This has been addressed in a more recent version of export-csv.js:

https://github.com/highcharts/export-csv/pull/66

Comments (4)

  1. David Platten reporter

    Updating csv chart export so that scatter data is exported correctly. Will need modifications so that frequency data for average charts is exported too. References issue #421

    → <<cset 19fe5256137c>>

  2. David Platten reporter

    Modified export-csv.js so that frequency data is included when exporting an average column plot; I've also added to the code so that the display of the data table can be toggled on and off, rather than it being impossible to hide it once shown. I've tested that this works for each type of chart, and for a series per system and a single series of all systems. Fixes issue #421

    → <<cset 9167573fb8da>>

  3. Log in to comment