zoom in yaxis
See original GitHub issueIs there any way to zoom line chart in the y-axis. if I select some area(blue color rectangle) I want that area to zoom in the y-axis(black arrow). Is it possible?
I wrote this in my chart.
chart: { id: 'chart2', type: 'line', height: 400, animations: { enabled: false, }, zoom: { enabled: true, type: 'xy', autoScaleYaxis: true, zoomedArea: { fill: { color: '#90CAF9', opacity: 0.4 }, stroke: { color: '#0D47A1', opacity: 0.4, width: 1 } }, }, },
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top GitHub Comments
Just checked it again, looks like the functionality is broken. I will fix and update this thread.
zoom in y and xy axis is not working in 3.8.4v. @junedchhipa