aswjh opened a new issue #13081:
URL: https://github.com/apache/incubator-echarts/issues/13081


   ### What problem does this feature solve?
   当鼠标悬停在某link上时,高量显示该类link及其连接的node
   
   ### What does the proposed API look like?
   <path id="node1" class="a"></path>  
   <path id="node2"  class="a"></path>
   <path id="node3"  class="b"></path>
   <path id="link1"  class="a"></path>
   <path id="link2"  class="b"></path>
   
   .a:hover {xxx}
   .b:hover {xxx}
   
   <!-- 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:
us...@infra.apache.org



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

Reply via email to