[Feature] Implement mobile dataZoom-Inside to horizontally scale only the xAxis with gestures and vertically scale only the yAxis with gestures. #19732
Labels
en
This issue is in English
new-feature
pending
We are not sure about whether this is a bug/new feature.
What problem does this feature solve?
when touches and moved with two fingers in coordinates on touch screens and I set the properties in the code as follows
dataZoom: [ { ...type: "inside",xAxisIndex: [0], ... }, { ... type: "inside",yAxisIndex: [0], ...},],
Using gestures will cause both xAxis and yAxis to scale simultaneously.
I want to Implement mobile dataZoom-Inside to horizontally scale only the xAxis with gestures and vertically scale only the yAxis with gestures.
What does the proposed API look like?
Provide a boolean value for an object to choose whether gestures bind to both xAxis and yAxis simultaneously or separately bind to xAxis or yAxis with different gestures.
The text was updated successfully, but these errors were encountered: