apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.17k stars 1.29k forks source link

CSV Export does not work properly when one of the serie misses a data point #3481

Open valleen opened 1 year ago

valleen commented 1 year ago

Description

Steps to Reproduce

  1. go to https://codepen.io/nycoss/pen/ExRWboX
  2. export to csv
  3. only data common to both series are exported and relation date/value is broken

Expected Behavior

I want to see all dates and a blank or zero for the specific serie that misses one data point

Actual Behavior

data vector is incorrect

juan-carvajal commented 1 year ago

Same problem here

Lennert0d commented 4 months ago

I have also experienced this issue https://codepen.io/Lennert0d/pen/jORvGPM.