apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.2k stars 19.61k forks source link

echarts 使用bmap, 如何设置bmap disableDoubleClickZoom() #9711

Closed Hppyyung closed 5 years ago

Hppyyung commented 5 years ago

General Questions

Issue Type

Issue Details

Expected Behavior

百度地图 可以 设置双击无效

Current Behavior

设置: let map = myChart.getModel().getComponent('bmap').getBMap(); map.disableDoubleClickZoom(); // dont work 双击仍触发了zoom

Online Example

Topics

Anything Else We Need to Know

Environment

Ovilia commented 5 years ago

请查阅百度地图相关文档