-
-
Couldn't load subscription status.
- Fork 1.4k
Closed as not planned
Closed as not planned
Copy link
Labels
Description
Summary
The recent change in ApexCharts 4.1 has silently activated Selection-Zoom on Mobile/Touchscreen. It would be great to have this as an enable/disable feature.
API Changes
Just one option in e.g. chart.zoom AllowSelectionOnMobile = true/false
Intended Use Case
Our implementation relied on the fact that it was disabled on mobile. The users "pinch" zoom the HTML, not the chart. Even "just scrolling" on the HTML is hardly possible because the charts width is almost screen width (intentionally; use as much display as possible). We would like to keep using it like this.
GamerHard77