aiyoudiao opened a new issue #13331:
URL: https://github.com/apache/incubator-echarts/issues/13331


   ### Version
   4.9.0
   
   ### Steps to reproduce
   1. 在vue中使用echarts的bmap扩展包。
   2. 设置bmap的mapStyle属性,添加了styleJson无效。
   
   ### What is expected?
   可以setMapStyle。
   
   ### What is actually happening?
   echarts/extension/bmap/BMapView.js文件代码有问题。
   代码位置在120行
   ```js
   if (!isEmptyObject(newMapStyle2)) {
   ```
   这段代码中newMapStyle2应该改成newMapStyle
   
   ---
   我弄了好久,看了半天官网,各种测试都无效。看了源码之后,发现居然是一个变量错误的问题噢。尴尬。
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to