You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/09/15 02:43:55 UTC

[GitHub] [echarts] MRZLmy opened a new issue #15724: [Sankey] edge width and node align

MRZLmy opened a new issue #15724:
URL: https://github.com/apache/echarts/issues/15724


   ### What problem does this feature solve?
   1、Edge width
   Now edge width is determined by the value of links。But when there is only one node in each layer,and the value of links is not different,start width of the edge is inconsistent with the source height。I hope this problem can be corrected in the future。
   As shown below:
   ![image](https://user-images.githubusercontent.com/38800152/133361745-591874c5-c8d1-4a81-b2a8-6f3323e29fd5.png)
   As mark 1 in the picture。
   2、Nodes
   (1)Nodes align:Can you increase the top or bottom alignment of the nodes?
   (2)Nodes height: When a node has a branch, the height of the node will be equal to the sum of the branch heights, resulting in the height of the node being greater than its parent node.As mark 2 in the picture。
   
   中文版本:
   1、边的宽度
   当前边的宽度由links中的value决定,这样当每一层都只有一个节点并且links中value值不同时,会导致边的起始位置的宽度始终会小于source节点的高度。如图中1处,边起始的宽度就和source节点的高度不一致。
   2、节点
   (1)节点对齐:能否增加节点的顶部或者底部对齐?
   (2)节点的高度:当一个节点有子节点时,其高度等于子节点的高度之和,导致该节点的高度超过了其父节点的高度。如图中2处节点的高度,明显大于其父节点的高度。
   
   ### What does the proposed API look like?
   希望可以解决上述问题
   
   <!-- 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.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [echarts] echarts-bot[bot] commented on issue #15724: [Sankey] edge width and node align

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15724:
URL: https://github.com/apache/echarts/issues/15724#issuecomment-919653894






-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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