zhoufanglu commented on issue #14493: URL: https://github.com/apache/echarts/issues/14493#issuecomment-810726221
> 另一种动画效果:https://www.makeapie.com/editor.html?c=xmveYphRJD&v=4 我在定时器前面` myCharts.setOption(option)` 后地图就不显示了, ```js option = { geo: { map: 'china', show: true //这里我设置false,地图就不显示,设置了true,每个区域块都显示名字了,我这里不需要显示名字 } } ``` 请问您在哪里塞入的option -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
