kood-2008 opened a new issue, #19732:
URL: https://github.com/apache/echarts/issues/19732
### 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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]