Echarts polling drawing

the running information of our server needs to be obtained by polling, and the echarts ring diagram shows


.

I don"t know if I"ve ever encountered it, or what"s wrong with me?

Mar.28,2021

the polled data is merged into the original data.
you need to add the second parameter true
such as myChart.setOption (option, true)\

to setOption.

reference


I wrote it wrong. My data is always in push,.

Menu