AAravind27 commented on issue #19885:
URL: https://github.com/apache/echarts/issues/19885#issuecomment-2106832045

   Thankyou.
   Btw, I am trying to do something similar for legends. i.e. click on an item 
in legend and only that item is selected and if clicked on another item in 
legend then current and previous are selected. Items can be deselected by 
clicking on them. 
   For this, I tried `legendselectchanged` and `legendToggleSelect`,
   
   - With `legendToggleSelect` , stack overflows.
   - With `legendselectchanged`, the selected array I receive already undergoes 
the corresponding echarts action. Is it possible to receive the array without 
echarts' changes?


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