Skip to content

[Feature] tree map node gap,大量节点导致的重叠或者画布卡顿问题 #19140

@shmilyoo

Description

@shmilyoo

What problem does this feature solve?

当tree中含有大量节点,比如几百个,上千个, 为了避免节点间的重叠,我按照网上搜索还有issue中的方法(#16181 ),计算需要的最大高度和宽度,设置为echarts的宽高。
这就导致画布canvas 高度有2w px,宽度有4000px。
这个时候,画布的任何操作都会非常卡顿。

What does the proposed API look like?

大宽高的canvas会很卡顿,所以需要在页面宽高的canvas下, 灵活设置节点间隔的方法。
或者能帮忙提供一个 超多节点的优化显示方式(设置超大画布会导致很卡顿)

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleInactive for a long time. Will be closed in 7 days.support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions