chartjs-plugin-zoom icon indicating copy to clipboard operation
chartjs-plugin-zoom copied to clipboard

Zoom and pan plugin for Chart.js

Results 143 chartjs-plugin-zoom issues
Sort by recently updated
recently updated
newest added

Adds missing args to `onZoomComplete` callback and calls it properly

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

am encountering an issue with toggling panning in chartjs-plugin-zoom. When the panState is initialized as false, the chart does not enable panning properly when the state is toggled to true....

Like marked in the screenshot below there sometimes occur floating point precision errors on the outer ticks of the y-axis. chartjs-plugin-zoom in version 2.0.1 chartjs in version 4.4.4 Using the...

hey guys i'm making a realtime chart but have struggle to find an alternative way to pan or slide the line chart to an empty space is their a ways...

I have a candle stick chart, with temporal series, I use type: "time". During pan, after a number of move of the mouse, the pan jump or move continuously on...

needs test case

When I use Pinch in my Chart JS treemap, my Elements in treemap start to expand horizontally and vertically. It should expand like how pan and wheel expands on web...

### Purpose onZoom and onPan callbacks now return additional data that is useful for syncing multiple charts. ### Changes - `onZoom` returns the amount it zoomed. - `onPan` returns the...

I integrate the Zoom plugin in my code like this: ```js import zoomPlugin from 'chartjs-plugin-zoom'; ``` Then I run a Rollup build: ``` npm run build ``` The build crashes...

### Feature Proposal I have created a PR that extends the onZoom and onPan callbacks with the amount zoomed/panned. https://github.com/chartjs/chartjs-plugin-zoom/pull/933 This should help everyone trying to sync zoom and pan...