MINDoSOFT opened a new issue #10762: Handle Legend double click event URL: https://github.com/apache/incubator-echarts/issues/10762 ### What problem does this feature solve? Because we have legends with many items (over 30 items), we would like to have the functionality where a legend item is double clicked, and show just that series. This helps the user save time, because he doesn't have to disable 29 series to focus on a specific series. ### What does the proposed API look like? Enhance the https://ecomfe.github.io/echarts-doc/public/en/api.html#events.Mouse%20events.dblclick event to respond to the legend area of the chart. The componentType can be 'legend' and the name can be the legend item that has been double clicked. Currently the dblclick responds only in the grid area. <!-- 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]
