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

   ### What problem does this feature solve?
   
   The goal is to highlight all of the related node labels in a graph, when 
emphasis='adjacency' is set.   Right now only the node which the mouse is over 
shows the label.
   
   ### What does the proposed API look like?
   
   Add "showrelated" to label inside of "emphasis" block.
   
   emphasis: {
                               focus: 'adjacency',
                               label: {
                                   show: true,
                                   showrelated: true,
                                   position: 'right',
                                   formatter: '{b}'
                                 },
                               lineStyle: {
                               width: 10
                               }
                           }


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