Hexastack / eazychart

EazyChart is a reactive chart library 📈, it allows you to easily add SVG charts in your React and Vue web applications.
https://eazychart.com
MIT License
21 stars 13 forks source link

fix: discontinued data for line charts #118

Closed marrouchi closed 5 months ago

marrouchi commented 5 months ago

Motivation

For line chart, data value could be missing (null) for a specfic range, what makes the point and lines get "0" on the Y Axis. This PR fixes that by allowing null values (scaled to undefined)

Type of change

Please delete options that are not relevant.

Checklist: