You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/04/25 06:40:26 UTC

[GitHub] [echarts] pissang opened a new issue #14788: Add emphasisFocus option

pissang opened a new issue #14788:
URL: https://github.com/apache/echarts/issues/14788


   ### What problem does this feature solve?
   It will emphasize all items that are focused on. Not only the hovered item. It will be useful in scenarios like only display connected links when a node is emphasized in the graph.
   
   ### What does the proposed API look like?
   ```ts
   emphasis: {
     focus: 'adjacency',
     emphasisFocus: true
   }
   ```
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org