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 2018/04/30 09:45:15 UTC

[GitHub] Mockasoehnchen opened a new issue #8253: Edge drawing schemes in graph

Mockasoehnchen opened a new issue #8253: Edge drawing schemes in graph
URL: https://github.com/apache/incubator-echarts/issues/8253
 
 
   <!--
   为了方便我们能够复现和修复 bug,请遵从下面的规范描述您的问题。
   -->
   
   
   ### One-line summary [问题简述]
   I want to draw edges in a graph after different schemes than just straight (or curved) lines.
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.0.4
   
   
   
   ### Expected behaviour [期望结果]
   When drawing links in a graph I would like to be able to use different drawing schemes to straight/curved lines. For example merging links with the same target at the closest possible location or links being drawn as a combination of one horizontal and one vertical line.
   I should be able to provide a function in lineStyle that implements such a scheme or at least be able to select between multiple versions.
   
   
   
   
   ### Other comments [其他信息]
   <!-- For example: Screenshot or Online demo -->
   <!-- [例如,截图或线上实例 (JSFiddle/JSBin/Codepen)] -->
   As far as I understand this behaviour could be emulated by using a lines series. But introducing this new series and therefore splitting the edges from the nodes makes some features of graph, like node adjacency, roam options and force layout, basically non-usable.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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