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/08/02 03:09:25 UTC

[GitHub] skymilong edited a comment on issue #3038: echarts3的map或geo初始化问题

skymilong edited a comment on issue #3038: echarts3的map或geo初始化问题
URL: https://github.com/apache/incubator-echarts/issues/3038#issuecomment-409791463
 
 
   现在可以通过在geo里加入```regions: [{
                                   name: '上海',
                                   itemStyle: {
                                       normal: {
                                           areaColor: 'red',
                                           color: 'red'
                                       }
                                   }
                               }]```
   来指定区域颜色

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