DeadManPoe commented on issue #10274: Access toolbox features programmatically 
without the need of the toolbox
URL: 
https://github.com/apache/incubator-echarts/issues/10274#issuecomment-482556090
 
 
   I want to do area data zoom which is different from a simple data zoom that 
you can do by using the data zoom action. I want to be able to select an area 
on the graph and then zoom inside after the selection is completed; to 
accomplish this now you can only resort to the toolbox data zoom feature or 
dispatch the takeGlobalCursor of type 'dataZoomSelect' action, but you cannot 
dispatch the action without having the toolbox, otherwise, the action will not 
produce anything.

----------------------------------------------------------------
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.
 
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