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/06/23 05:48:45 UTC

[GitHub] [incubator-echarts] zhaoxiaoran commented on issue #7333: 既实现个省份颜色不同,又能使用scatter3D lines3D bar3D

zhaoxiaoran commented on issue #7333: 既实现个省份颜色不同,又能使用scatter3D  lines3D  bar3D
URL: https://github.com/apache/incubator-echarts/issues/7333#issuecomment-504722465
 
 
   > 目前是 visualMap 只能给 series 中的 map3D 使用,map3D 上无法显示其它类型的系列,所以只能使用 geo3D 然后设置 regions 里面的颜色了
   > 
   > ```js
   > geo3D: {
   >   regions: [{
   >     name: '浙江省',
   >     itemStyle: {areaColor: 'red' }
   >   }]
   > }
   > ```
   4.0的版本现在支持了吗
   

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