You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/09/08 17:29:08 UTC

[GitHub] MarcMagnin opened a new issue #9036: Override dataZoom event

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org