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 2019/07/16 07:53:48 UTC

[GitHub] [incubator-echarts] deyihu commented on issue #10864: series-map 怎么叠加在 echarts 的 bmap上

deyihu commented on issue #10864: series-map 怎么叠加在 echarts 的 bmap上
URL: https://github.com/apache/incubator-echarts/issues/10864#issuecomment-511707815
 
 
   @zss1004504439 
   
   series-map 本质还是 geo组件  https://echarts.baidu.com/option.html#series-map.geoIndex
   
   bmap和geo同样属于地理信息组件,他们是同一类别的东西,将geo叠加到bmap并保持他们之间的同步,估计echarts目前不支持(个人猜测的  )
   
   不过可以利用 series-custom来解决这个问题  https://gallery.echartsjs.com/editor.html?c=xeIVGA1kdQ&v=1
   
   我也有过类似的想法的😄,**不过后来仔细的思考了一下,bmap和geo同属于组件,他们之间不该有交集,他们的作用为支持各种series** ,其实我希望 echarts 里能添加一个新的 series-polygon的,这样就可以在各种坐标系下快乐的进行 多边形的绘制了,而且也能和gl中的polygon3D对应起来,
   https://echarts.baidu.com/option-gl.html#series-polygons3D
   我认为这应该是echarts的 feature(虽然利用custom 可以解决这个问题)
   我做的这个例子相当于利用 custom 做了一个 新的polygon series
   
   ps: 目前echarts目前处理 地理信息的时候有个bug, 详情  https://github.com/ecomfe/zrender/pull/451
   
   

----------------------------------------------------------------
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:
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