ananix commented on issue #10828: 地图下钻后调用.clear()方法依旧不能清除上一层地图中的部分series的一些效果 URL: https://github.com/apache/incubator-echarts/issues/10828#issuecomment-509566862 ` //series { name: item[0], type: 'lines', zlevel: 1, effect: { show: true, period: 6, trailLength: 0.7, //color: '#fff', color: '#bdc3c7', symbolSize: 3 }, lineStyle: { normal: { color: color[i], width: 0, curveness: 0.2 } }, data: convertData(item[1]) } // //重新注册地图后调用 myChart.clear(); myChart.setOption(option, { notMerge: true, lazyUpdate: false }); `
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
