You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
after 1st tick of zoom:
after 2nd tick of zoom:
The text was updated successfully, but these errors were encountered:
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:
after 1st tick of zoom:
after 2nd tick of zoom:
The text was updated successfully, but these errors were encountered: