chartjs / chartjs-plugin-zoom

Zoom and pan plugin for Chart.js
MIT License
598 stars 327 forks source link

fixes getZoomLevel for hidden scales #836

Open trullock opened 2 months ago

trullock commented 2 months ago

Hidden scales aren't zoomed, this confuses getZoomLevel()

trullock commented 2 months ago

This is merged into my fork at https://github.com/trullock/chartjs-plugin-zoom which is published on npm as @trullock/chartjs-plugin-zoom, as this fork seems abandoned

kurkle commented 2 weeks ago

@trullock are you sure hidden scales are not zoomed? What if all the scales are hidden on a chart?

I don't really understand what issue this fixes.