You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/05/15 01:43:18 UTC

[GitHub] liwenda122 commented on issue #6902: echarts+bmap怎么去掉百度地图的底图可点功能。echarts怎么引用外部字体?

liwenda122 commented on issue #6902: echarts+bmap怎么去掉百度地图的底图可点功能。echarts怎么引用外部字体?
URL: https://github.com/apache/incubator-echarts/issues/6902#issuecomment-389015670
 
 
   去掉地图可点 只能自己改源码:
   echarts\extension\bmap\BMapCoordSys.js
   var bmap = bmapModel.__bmap = new BMap.Map(bmapRoot, {
                       enableMapClick: false
                   });
   然后自己重新打包:
   node build/build.js --release
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org