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

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

I want to programatically close zoom ability I have a variable ` const [zoomLevel, setZoomLevel] = useState(0); ` Use it like this const zoomOptions = useMemo(() => ({ pan: {...

good day! ![image](https://user-images.githubusercontent.com/46703134/174893801-6d7b5218-14b6-4007-bb69-f542636c419b.png) I have a standart scatter chart with x and y axis (plain numbers) with min and max values provided. Want to add zoom on it and noticed:...

### This is my import `import { Line, Bar } from 'react-chartjs-2';` `import 'chartjs-plugin-zoom'`; `import 'hammerjs`; ### And this is my config for options ` options: options:{ plugins:{ zoom: {...

I am loading data from the file that contain the time stamp and temperature reading. Difference between two data point can be same or some time it can be a...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

As discussed in #608, normal zooming supports customizing zoom behavior using zoomFunctions, but the drag-to-zoom functionality that's implemented by zoomRect bypasses zoomFunctions and calls updateRange correctly. I have a custom...

As described at https://github.com/chartjs/chartjs-plugin-zoom/discussions/612, I'd like to allow both regular zooming (to zoom both axes via mouse wheel or pinch on the main chart area) and zooming a specific scale...

I am forced to use an older version of chartjs as not all plugins are up to date. Already tried getting the other plugins updated, but no dice. Stuck with...

Hi, is there a way how to use this plugin in Nuxt.js ? 1. If i import the plugin in the component, nuxt gives me 'window not defined' which i...