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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to