You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2019/06/06 06:27:07 UTC

[incubator-echarts-website] branch asf-site updated: fix bmap example apache/incubator-echarts#10630

This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1da64de  fix bmap example apache/incubator-echarts#10630
1da64de is described below

commit 1da64de4a0e06b2502a97d83f7dbaf92b9f87a57
Author: Ovilia <zw...@gmail.com>
AuthorDate: Thu Jun 6 14:26:13 2019 +0800

    fix bmap example apache/incubator-echarts#10630
---
 examples/data/map-polygon.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/data/map-polygon.js b/examples/data/map-polygon.js
index 73cc67b..af5399e 100644
--- a/examples/data/map-polygon.js
+++ b/examples/data/map-polygon.js
@@ -431,7 +431,7 @@ function renderItem(params, api) {
 }
 
 option = {
-    // backgroundColor: '#404a59',
+    backgroundColor: 'transparent',
     title: {
         text: '全国主要城市空气质量',
         subtext: 'data from PM25.in',


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