dirslashls opened a new issue #15020:
URL: https://github.com/apache/echarts/issues/15020


   ### What problem does this feature solve?
   It is possible to hide/show toolbox using 
   
   ```js
   chart.setOption({ toolbox: { show: true/false } });
   ```
   
   However, this resets the state of the chart such as the current interaction 
within a sunburst chart.
   
   Looking for an API or a way to set the option for toolbox to hide/show 
without resetting the state. The toolbox hide/show is done based on whether the 
mouse is on the chart or not using the mouseenter and mouseleave events.
   
   ### What does the proposed API look like?
   If it's an API, it can be something like `chart.showToolbox(true/false)`.
   
   <!-- 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]



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

Reply via email to