Does ApexCharts support Y-axis panning?

281 Views Asked by At

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!

1

There are 1 best solutions below

0
On

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 no chart.pan.