chartjs / chartjs-plugin-zoom

Zoom and pan plugin for Chart.js
MIT License
579 stars 322 forks source link

Zooming in on a line chart on the category axis makes the line disappear #816

Open fecipo opened 1 month ago

fecipo commented 1 month ago

I'm using a Chart.js (v4.4.1) in a React application with the usage of chartjs-plugin-zoom (v2.0.1) plugin to show some data in a line charts with one category axis and one linear axis for values.

Zooming in, in "xy" mode, until there is only one value on the category axis makes the line chart disappear.

without zoom: image

after 1st tick of zoom: image

after 2nd tick of zoom: image