chartjs / chartjs-plugin-zoom

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

getZoomLevel doesn't appear to be exported #803

Closed kpierro-cb closed 2 weeks ago

kpierro-cb commented 10 months ago

When I try to use getZoomLevel, webpack gives me a compile error that it's not available:

export 'getZoomLevel' (imported as 'getZoomLevel') was not found in 'chartjs-plugin-zoom' (possible exports: default, pan, resetZoom, zoom, zoomRect, zoomScale)

bavoco commented 8 months ago

Try chart.getZoomLevel()