国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

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

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