apexcharts / apexcharts.js

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

Restore checks for single isolated data points #4716

Closed rosco54 closed 1 week ago

rosco54 commented 2 weeks ago

Remove unused variable (tidy-up, unrelated to the main issue)

Broken at revision 3.49.0: Explicitly check for single isolated points when creating paths for 'straight' and 'smooth' curves. Curve type 'monotoneCubic' already does this intrinsically due to the different algorithm employed.

Fixes #4686

Type of change

Please delete options that are not relevant.

Checklist: