moqi112358 opened a new issue #10676: Highlight edges through dispatchAction in 
force-layout graph
URL: https://github.com/apache/incubator-echarts/issues/10676
 
 
   ### What problem does this feature solve?
   In my project, I want to highlight one or some paths (including several 
edges). However we can only highlight nodes (dataIndex or data name)  through 
dispatchAction. Could you please add some new feature to help to highlight the 
edges  through dispatchAction?
   
   ### What does the proposed API look like?
   ```javascript
   myChart.dispatchAction({
          type: 'highlight',       
          seriesIndex: 0, 
           seriesName: 'test', 
           edgeDataIndex: number | list
   });
   ```
   
   <!-- This issue is generated by echarts-issue-helper. 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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to