Pan & zoom not working for x-axis
See original GitHub issueHi, I am trying to get pan & zoom working but I am not able to do that on X-axis even though I have the following settings. The provided examples works fine and I am trying to mimic those.
pan: { enabled: true, mode: 'xy' limits: { max: 10, min: 0.5 } },
zoom: { enabled: true, mode: 'xy' limits: { max: 10, min: 0.5 } },
What are the common mistakes when this happens? Fiddle: https://jsfiddle.net/jm1adysp/3/
Issue Analytics
- State:
- Created 7 years ago
- Comments:20 (6 by maintainers)
Top Results From Across the Web
Chartjs-plugin-zoom plugin does not change x axis labels
js module in order to plot some data and am using the chartjs-plugin-zoom in order to enable zooming and panning however although the...
Read more >Unable to get Zooming and Panning when using ... - Syncfusion
Hello,. I am working on real time area chart where I have to display range of data points on rendering. After using visibleMinimum...
Read more >import zoomPlugin from 'chartjs-plugin-zoom'
Zooming is done via the mouse wheel or via a pinch gesture. jsIn this video we will explore the zoom mode options. neon-dev....
Read more >Zoom and pan by selecting data within the chart
Pan, zoom in and out, and autozoom in Amazon QuickSight maps. In case you are using axis based visual like Line, Bar, Area...
Read more >xAxis Labels partly disappear during zoom/pan ccasionally
This only happens when zooming in or panning to one side. Half of the labels then disappear on the side in which the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome, thanks. To get this working, I need to implement panning and zooming for the category scale. Right now only numerical scales are supported
@etimberg
Any new about this?