Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

echarts树图的bug #12706

Closed
soopencool opened this issue May 27, 2020 · 5 comments
Closed

echarts树图的bug #12706

soopencool opened this issue May 27, 2020 · 5 comments
Labels
bug stale Inactive for a long time. Will be closed in 7 days.

Comments

@soopencool
Copy link

soopencool commented May 27, 2020

Version

4.8.0

Reproduction link

https://echarts.apache.org/examples/zh/editor.html?c=tree-polyline

Steps to reproduce

你们不充许放截图,截图就一目了然了。

var data = {
    "name": "flare",
    "children": [
        {
            "name": "data",
           /* "children": [先保留这段代码,然再注释这段代码(其他的化data多余的代码都去除,再注释这段才会看到效果),这里显示图就不正确了,有一些多余的线段
                {
                    "name": "converters",
                    "children": [
                        {"name": "Converters", "value": 721},
                        {"name": "DelimitedTextConverter", "value": 4294}
                    ]
                },
                {
                    "name": "DataUtil",
                    "value": 3322
                }
            ]*/
        }
    ]
};

What is expected?

正确显示(没有多余的线段)

What is actually happening?

有多余的线段


当children有多个节点时,突然把这个children清空了,就会出现这种情况

@pissang
Copy link
Contributor

pissang commented May 27, 2020

可以放截图

@soopencool
Copy link
Author

soopencool commented May 27, 2020 via email

@wf123537200
Copy link
Contributor

可以放截图

image

重现了下,还没来得及看为啥。。

@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2022

This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue.

@github-actions github-actions bot added the stale Inactive for a long time. Will be closed in 7 days. label Aug 4, 2022
@github-actions
Copy link
Contributor

This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale Inactive for a long time. Will be closed in 7 days.
Projects
None yet
Development

No branches or pull requests

4 participants