You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/06/14 19:07:24 UTC

[GitHub] [incubator-echarts] moqi112358 opened a new issue #10676: Highlight edges through dispatchAction in force-layout graph

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:
users@infra.apache.org


With regards,
Apache Git Services

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