alexqlyu opened a new issue, #20720:
URL: https://github.com/apache/echarts/issues/20720

   ### What problem does this feature solve?
   
   When I highlight some graphic elements in multiple series or select one 
graphic element, I want to mute other graphic elements in order to visually 
distinguish between selected and unselected graphic elements.
    I tried using dispatchAction({ type: 'highlight' }), but the options 
(emphasis.focus = 'none'/'self'/'series') can not mute the others in multiple 
series. And I tried using dispatchAction({ type: 'select' }), no options to 
mute the others. 
   
   ### What does the proposed API look like?
   
   Add dispatchAction({ type: 'blur' }) to mute graphic elements.


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