MarcMagnin opened a new issue #9036: Override dataZoom event
URL: https://github.com/apache/incubator-echarts/issues/9036
 
 
   Hi,
   
   Within a line chart with time as X axis, is there is any way to prevent the 
default datazoom to query new data for the selected time range rather than 
zooming in?
   
   I'm currently using 
`echarts._componentsViews[Object.keys(echarts._componentsViews)[0]]._features['dataZoom'].model.iconPaths.zoom.trigger('click');`
 to trigger the datazoom feature but it doesn't seems that I can get an handle 
on the event to prevent it's normal execution.
   
   Many thanks!
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to