[Chartjs]-Zoom chartjs with many X values

0👍

This is a known issue: https://github.com/chartjs/chartjs-plugin-zoom/issues/306

One possible workaround is to set a custom zoom increment/step in the onZoom handler, and apply different zoom parameters for each axis.

Leave a comment