helgasoft opened a new issue, #21025: URL: https://github.com/apache/echarts/issues/21025
### Version 5.6.0 ### Link to Minimal Reproduction [Example](https://echarts.apache.org/examples/en/editor.html?helgasoft=keydown+keyboard&code=PYBwLglsB2AEC8sDeAoWtJgDYFMBcysAzgK4BGYOAHmAQOS4DmO0AJgCrCOO4DKOuAMZhYZEozqwAvgBo0GYMCyQQBJLPlUAglQhE1GAJ4h8sOoICGlRsABOhyRvSGdetU9isrFojlrJ5dCJgEltBUwBtQPRYCIAGGVgARgTYACY0gF05GJiIpMS0gFZEpKyc3Ni0xIBmEtgamuzo9AiaxIAWeqSANmbK2I7CgA5CjszoifQPJhZWAwh580E6RK8wCwIIpGgLAFt8Oi06WWRdg7w6ACET7NhbCEYAC1o6DIBSE4rfB5x9WOiqAGYGMpjoZAstlWLVg5zBxwquRwexATx8bkIEEoe14INwBkESjs9FsOFYjmk0Q86CBlRBJnoEKhiJicPoNxZ6GRqPR_yQsCxyNxhnxhEJWGJZlJ5OklNyUnkEykAG4UChfGB2BADiEwAAKABmJGgwigcD1AEoAug9oYAMJo2xgAB0rD0ICsgieWlNMD1_PpYNmbE43D4AhwwlWsGDrAAkmxqAQ4tILaqbfbHS63UQPWAvT7IH6A6D6LHQzwcPwhGBo7GE6wk8lU-nYLaHZDs-7Pd7fdB_UYGWZy1xK9XI7XErGAHL7Q7HFvydtZ13d_O9ov9ktDhg4Zgh0fhmt1vdzWcXa6ONNLzOd1e5nuFs0DwNl08HsNViNRqfv-NLQQVkXU4klAtMgA) ### Steps to Reproduce see Example ### Current Behavior [legendToggleSelect](https://echarts.apache.org/en/api.html#action.legend.legendToggleSelect) API says that legendIndex, legendName or legendId parameters are supported since v.5.6.0 Dispatching action _legendToggleSelect_ with any of the above parameters does not change the chart. ### Expected Behavior expecting at least legendIndex and legendName to work. ### Environment ```markdown - OS: Win 10 - Browser: Chrome - Framework: none ``` ### Any additional comments? Legend IDs should be defined by data item, but currently [one ID](https://echarts.apache.org/en/option.html#legend.id) is defined for the entire legend ?! And it does not work on dispatch. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
