DeadManPoe opened a new issue #10274: Access toolbox features programmatically without the need of the toolbox URL: https://github.com/apache/incubator-echarts/issues/10274 ### What problem does this feature solve? The problem of accessing toolbox functionalities(i.e, area data zoom) without the need to use the toolbox itself. Now is possible to dispatch actions that map to toolbox functionalities(takeGlobalCursor) but these actions require the actual presence of the toolbox itself. The goal is to set by the default the behaviour of each graph to be similar to what Grafana offers: the exploration of data point but also the natural possibility of immediately select a portion of the graph and automatically zoom into it. ### What does the proposed API look like? The API can remain the same as the one already offered by echarts(dispatching takeGlobalCursor actions) but without the need to have a toolbox introduced as part of the 'option' object. <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE --> <!-- This issue is in English. DO NOT REMOVE -->
---------------------------------------------------------------- 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]
