chartjs / chartjs-plugin-zoom

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

getZoomLevel doesn't appear to be exported #803

Open kpierro-cb opened 6 months ago

kpierro-cb commented 6 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 3 months ago

Try chart.getZoomLevel()