Ovilia commented on issue #21480:
URL: https://github.com/apache/echarts/issues/21480#issuecomment-3876976799

   In ECharts, series/items with the same `name` are intentionally considered 
as one group. Thus, if we have multiple series/items with the same name, when 
toggling the legend or triggering actions with that name, it is expected to 
make all those series/items take effect. So I would say this is not a bug.
   
   Best practice: in these cases, if you want to trigger event on a single 
series/item, you should use different names for them, and use `label.formatter` 
to display the same name.


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

Reply via email to