apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.59k stars 19.62k forks source link

echarts5 支持关系图animation 属性, echarts4的关系图示例 animation:false不起作用; #13810

Closed hongyanwang9120 closed 3 years ago

hongyanwang9120 commented 3 years ago

Version

4.5.0

Reproduction link

https://www.makeapie.com/editor.html?c=xpOcBPPF7N

Steps to reproduce

echarts5 支持关系图animation 属性, echarts4的关系图示例 animation:false不起作用; 比如 https://www.makeapie.com/editor.html?c=xpOcBPPF7N 官方给的实例里面 animation 不起作用,求大神解释,怎么可以关系图一上来无默认初始化动画

What is expected?

解决初始化 拥有默认动画

What is actually happening?

不想拥有初始化时默认动画

echarts-bot[bot] commented 3 years ago

Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.

If you are interested in the project, you may also subscribe our mailing list.

Have a nice day! 🍵

pissang commented 3 years ago

layoutAnimation: false

hongyanwang9120 commented 3 years ago

layoutAnimation:错误

十分谢谢,已解决