echarts 在以10毫秒内刷新出现严重卡顿现象

uqjltbpv  于 2022-10-20  发布在  Echarts
关注(0)|答案(7)|浏览(800)

Version

5.0.2

Steps to reproduce

以每隔10毫秒进行ECHARTS渲染

What is expected?

毫秒级流畅渲染

What is actually happening?

严重卡顿

echarts 在以10毫秒内刷新出现严重卡顿现象,我们这边的项目需对图表进行10毫秒内进行渲染,但进行渲染时出现很严重卡顿,不知道有没有解决办法以达到性能要求?数据传输以WEBSOCKET进行传输,在VUE环境中使用echarts

1sbrub3j

1sbrub3j1#

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 thatyou 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! 🍵

gcmastyq

gcmastyq2#

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

TRANSLATED

TITLE

Echarts experiences severe catalysing in refreshes in 10 milliseconds

BODY

Version

5.0.2

Steps to reproduce

ECHARTS rendering every 10 milliseconds

What is expected?

Millisecond smooth rendering

What is actually happening?

severe caton

Echarts has a severe catalysing phenomenon when refreshed in 10 milliseconds, and our project needs to render the chart within 10 milliseconds, but rendering is very serious and I wonder if there is a workaround to meet the performance requirements? Data transfer is transmitted in WEBSOCKET and echarts are used in VUE environments

2sbarzqh

2sbarzqh4#

页面运行60秒后,出现浏览器卡顿现像,请你帮我看看是哪方面的问题,有无解决方案,谢谢 https://codepen.io/jqiongwu/pen/eYgGabe?editors=1111

zpgglvta

zpgglvta5#

这个频率不需要动画了,所以可以把 animation 设为 false,然后 console.log 去掉,不然一直在页面上有打印内容肯定是越来越卡的

czfnxgou

czfnxgou6#

好的,我试试 发送自 Windows 10 版邮件< https://go.microsoft.com/fwlink/?LinkId=550986>应用 发件人: Yi***@***.***> 发送时间: 2021年4月8日 19:26 收件人:***@***.***> 抄送:***@***.***>;***@***.***> 主题: Re: [apache/echarts] echarts 在以10毫秒内刷新出现严重卡顿现象 (#14615) 这个频率不需要动画了,所以可以把 animation 设为 false,然后 console.log 去掉,不然一直在页面上有打印内容肯定是越来越卡的 ― You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub<#14615 (comment)>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/ALHD37ZB6PXOFI3P4S3DWALTHWHETANCNFSM42R7U7PQ >.

olqngx59

olqngx597#

Refresh multiple charts within 10 ms at the same time, and it is a performance problem of the browser to get stuck. Whether it is ecarts or hightcharts, rendering at this frequency will be like this. Please increase your refresh time to avoid this situation

相关问题