queziaa commented on issue #10366: 移动端中饼图无法关闭选中模式 URL: https://github.com/apache/incubator-echarts/issues/10366#issuecomment-487059640 ```Javascript // 在安卓的Chrome中无效 // 在Windows中Chrome 开启手机模式时候无效 // Invalid in Chrome for Android // invalid in Chrome on the Windows ,Need to open phone mode option = { series: [ { type:'pie', selectedMode:false, //此选项无效 This option is invalid data:[ {value:1, name:'a'}, {value:2, name:'b'}, ] } ] };```
---------------------------------------------------------------- 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]
