javascript - Echarts simulated migration will leave traces of lines after resizing?
淡淡烟草味
淡淡烟草味 2017-06-12 09:29:26
0
1
915

Echarts simulated migration will leave traces of lines after resize, as shown in the figure

It will disappear after dragging and zooming with the mouse. Is there any way to make it disappear directly after resizing?

淡淡烟草味
淡淡烟草味

reply all (1)
漂亮男人

Echarts simulated migration will not leave trace afterimage after resizing? Did your data change and you setOption again?
If you setOption again, you can clear() before setOption; such as:

mapEcharts.clear(); mapEcharts.setOption($.initMap({ maxNum:0, minNum:9, dataArr:dataArr, lineArr:lineArr, potionArr:potionArr }));
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!