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

   ### What problem does this feature solve?
   
   The option `series-line.emphasis.disabled` has been added to solve this 
issue I opened : https://github.com/apache/echarts/issues/14952
   I am still using the zIndex trick (https://jsfiddle.net/45scamx3/) to 
disable emphasis state on series hover because I want to enable emphasis when 
the user is hovering the legends. 
   However, this workaround is throwing z-level warn and is causing other issue 
relative to series zIndex.
   I also have to catch the event `highlight` to enable or disable emphasis 
state depending on the event has been triggered either by chart hovering or 
legend hovering.
   
   I am looking for an option to disable emphasis state on chart hovering but 
enable it on legend hovering.
   
   ### What does the proposed API look like?
   
   An option `series-line.emphasis.triggerOn` which could have the value `all`, 
`legend` or `series`.


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