Apex Charts whereby it cannot pan in the y-axis. The user can zoom in with both axes, but they can then only pan horizontally.
I just want to make sure if we can pan vertically in the ApexCharts. Thank you!
Apex Charts whereby it cannot pan in the y-axis. The user can zoom in with both axes, but they can then only pan horizontally.
I just want to make sure if we can pan vertically in the ApexCharts. Thank you!
Copyright © 2021 Jogjafile Inc.
No. It seems that you cannot pan vertically with ApexCharts.
I found this "old" thread (2019) where the library author confirms that this feature is not supported: Vertical panning · Issue #978 · apexcharts/apexcharts.js · GitHub
We can only enable or disable panning in the toolbar with a boolean (see toolbar – ApexCharts.js). We have
chart.zoom
options (see zoom – ApexCharts.js), but there is nochart.pan
.