qyhever commented on issue #11052: echarts bmap绘制散点图,数据量过大时拖拽地图小点会重新渲染 URL: https://github.com/apache/incubator-echarts/issues/11052#issuecomment-522909979 设置`progressive: 0`后,确实是可以了,不过交互有些卡顿了。然后我添加了`large: true`配置,结果报了错 ``` TypeError: Cannot set property 'x' of undefined at Sub.buildPath (LargeSymbolDraw.js:76) at Sub.brush (Path.js:103) at Painter._doPaintEl (Painter.js:507) at Painter._doPaintList (Painter.js:436) at Painter._paintList (Painter.js:369) at Painter.refresh (Painter.js:251) at ZRender.refreshImmediately (zrender.js:237) at ZRender.flush (zrender.js:264) at ECharts../node_modules/echarts/lib/echarts.js.echartsProto.setOption (echarts.js:397) at VueComponent.<anonymous> (ComMap.vue?c11b:137) ``` 是否是我的配置问题
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org For additional commands, e-mail: dev-h...@echarts.apache.org