plainheart commented on issue #13140:
URL: 
https://github.com/apache/incubator-echarts/issues/13140#issuecomment-676843007


   使用如下方式可以停止,不过会地球会重置到原来的状态,暂时没想到其他更好的方式。
   
   ```js
   myChart.setOption({
     globe: {
        viewControl: {
          autoRotate: 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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to