19Qingfeng opened a new issue #12083: Echarts关系图graph是否支持单向 URL: https://github.com/apache/incubator-echarts/issues/12083 ### What problem does this feature solve? 请问关于Echarts圆形关系图数据在鼠标移入图表的时候是否支持单向关系link(查阅文档并没有发现对应API)。也就是说graph图,在鼠标移入图表的时候,link连线仅展现soure->target的关系连线而并不指向target->source的连线。请问echarts是否支持此功能。 比如如下图: 在鼠标移入对应图表时候,仅仅展示link中source->target的link连线(并不是展示所有和当前节点有关系的连线) ### What does the proposed API look like? series.emphasis.lineStyle.onlySource/series.emphasis.lineStyle.onlyTarget <!-- 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]
