chartjs-plugin-zoom
                                
                                 chartjs-plugin-zoom copied to clipboard
                                
                                    chartjs-plugin-zoom copied to clipboard
                            
                            
                            
                        Zoom and pan plugin for Chart.js
Setting a plot using the "Fetch Data" example. The selection of the data also performs the zoom into the fetched data and sets the max zoom-in, although user can still...
Currently panning stops as soon as user releases the mouse button. It would be great to add the option to ease out panning using inertial velocity. Think of how panning...
Now that https://github.com/chartjs/Chart.js/pull/12012 has been fixed, these `as any` casts are no longer needed.
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.20.1. Release notes Sourced from eslint's releases. v9.20.1 Bug Fixes 274f054 fix: fix RuleContext type (#19417) (Francesco Trotta) Documentation fe3ccb2 docs: allow typing in search...
When running this code: `function fixRange(range, {min, max, minLimit, maxLimit}, originalLimits) { const offset = (range - max + min) / 2; min -= offset; max += offset; const origMin...
I have a line chart on the X timeline. The segment is 30 days. But the zoom can be more than a day. I need at least 7 days. How...
See the jsfiddle. https://jsfiddle.net/aw1k9ys2/1/ If I zoom in and then pan to the left or right edge of the x-axis (using just pan) I can't reach the edge of the...
While the graph updates the live data the reset does not happen correctly in a graph made like this (sorry if it is too skimpy). You know what it is...
When you start the chart with the pan functionality disabled and later enable it, the pan won't work. All the samples start with pan enabled, which is why it works...
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.4.1 to 9.2.1. Release notes Sourced from babel-loader's releases. v9.2.1 What's Changed Avoid error on missing getLogger by @nicolo-ribaudo in babel/babel-loader#1045 Full Changelog: https://github.com/babel/babel-loader/compare/v9.2.0...v9.2.1 v9.2.0 What's Changed...