chartjs-plugin-zoom
chartjs-plugin-zoom copied to clipboard
getZoomLevel doesn't appear to be exported
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)
Try chart.getZoomLevel()