echarts [Feature] 能否让叶子节点排成一排,共享同一个edge

umuewwlo  于 2022-11-02  发布在  Echarts
关注(0)|答案(1)|浏览(149)

What problem does this feature solve?

叶子节点太多会导致图变得非常高。所以能不能默认让叶子节点共享同一条边,让一条边对应的所有叶子节点挨个排在一起,节省空间

What does the proposed API look like?

增加一个属性shareEdge来控制叶子节点的显示。

ktecyv1j

ktecyv1j1#

@amberblade It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED

TITLE

[Feature] Can the leaf nodes be arranged in a row and share the same edge

BODY

What problem does this feature solve?

Too many leaf nodes can cause the graph to become very tall. So can you let the leaf nodes share the same edge by default, and let all the leaf nodes corresponding to one side be lined up one by one to save space

What does the proposed API look like?

Add a property shareEdge to control the display of leaf nodes.

相关问题