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

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 51c2290  feat: add korea(South) info on CountryMap viz and bump 
legacy-plugin-chart-country-map to v0.11.4 (#8478)
51c2290 is described below

commit 51c22900db6b929da9847422f2f00a7ea73db3b8
Author: Taeshik Hwang <ts.yahw...@gmail.com>
AuthorDate: Tue Nov 5 00:45:43 2019 +0900

    feat: add korea(South) info on CountryMap viz and bump 
legacy-plugin-chart-country-map to v0.11.4 (#8478)
---
 docs/visualization.rst                   | 40 ++++++++++++++++++++++++++++++++
 superset/assets/package-lock.json        | 12 +++++-----
 superset/assets/package.json             |  2 +-
 superset/assets/src/explore/controls.jsx |  1 +
 4 files changed, 48 insertions(+), 7 deletions(-)

diff --git a/docs/visualization.rst b/docs/visualization.rst
index 049ec0a..4352b71 100644
--- a/docs/visualization.rst
+++ b/docs/visualization.rst
@@ -829,6 +829,45 @@ List of Countries
 | JP-47 | Okinawa        |
 +-------+----------------+
 
+* Korea
+
++-------+----------------+
+| ISO   | Name of region |
++=======+================+
+| KR-11 | Seoul          |
++-------+----------------+
+| KR-26 | Busan          |
++-------+----------------+
+| KR-27 | Daegu          |
++-------+----------------+
+| KR-28 | Incheon        |
++-------+----------------+
+| KR-29 | Gwangju        |
++-------+----------------+
+| KR-30 | Daejeon        |
++-------+----------------+
+| KR-31 | Ulsan          |
++-------+----------------+
+| KR-41 | Gyeonggi       |
++-------+----------------+
+| KR-42 | Gangwon        |
++-------+----------------+
+| KR-43 | Chungbuk       |
++-------+----------------+
+| KR-44 | Chungnam       |
++-------+----------------+
+| KR-45 | Jeonbuk        |
++-------+----------------+
+| KR-46 | Jeonnam        |
++-------+----------------+
+| KR-47 | Gyeongbuk      |
++-------+----------------+
+| KR-48 | Gyeongnam      |
++-------+----------------+
+| KR-49 | Jeju           |
++-------+----------------+
+| KR-50 | Sejong         |
++-------+----------------+
 
 * Morocco
 
@@ -1869,6 +1908,7 @@ To add a new country in country map tools, we need to 
follow the following steps
         'Germany',
         'Italy',
         'Japan',
+        'Korea',
         'Morocco',
         'Netherlands',
         'Russia',
diff --git a/superset/assets/package-lock.json 
b/superset/assets/package-lock.json
index 6ec1f2a..9091af0 100644
--- a/superset/assets/package-lock.json
+++ b/superset/assets/package-lock.json
@@ -3621,9 +3621,9 @@
       }
     },
     "@superset-ui/legacy-plugin-chart-country-map": {
-      "version": "0.11.0",
-      "resolved": 
"https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-country-map/-/legacy-plugin-chart-country-map-0.11.0.tgz";,
-      "integrity": 
"sha512-NMweV/MEOsyLXhUyADfRmVNUoF2P2t2t9nICurOqvDSHDgB1ZObi2H9ZlCtGqyrLqyL6YD79VHnG7d3qfNZKOA==",
+      "version": "0.11.4",
+      "resolved": 
"https://registry.npmjs.org/@superset-ui/legacy-plugin-chart-country-map/-/legacy-plugin-chart-country-map-0.11.4.tgz";,
+      "integrity": 
"sha512-LKI7YgyyOHxspCUN+qPQcYUa8L8dNvVqpPMBnqZ5wDpmKnhFrkBIyIZUj4nxPBBdY1Ky4Fe5YCcWchsdO3xGsA==",
       "requires": {
         "d3": "^3.5.17",
         "d3-array": "^2.0.3",
@@ -3631,9 +3631,9 @@
       },
       "dependencies": {
         "d3-array": {
-          "version": "2.3.1",
-          "resolved": 
"https://registry.npmjs.org/d3-array/-/d3-array-2.3.1.tgz";,
-          "integrity": 
"sha512-YlOh8kwqIz0pDECEdCeqVNelaLQXznD0g6yidhhklMgKxKqbNDrYfoudLMkk9THlqvFll+pXMmXYAyN49yWsmg=="
+          "version": "2.3.3",
+          "resolved": 
"https://registry.npmjs.org/d3-array/-/d3-array-2.3.3.tgz";,
+          "integrity": 
"sha512-syv3wp0U5aB6toP2zb2OdBkhTy1MWDsCAaYk6OXJZv+G4u7bSWEmYgxLoFyc88RQUhZYGCebW9a9UD1gFi5+MQ=="
         }
       }
     },
diff --git a/superset/assets/package.json b/superset/assets/package.json
index cd6d037..82e73dd 100644
--- a/superset/assets/package.json
+++ b/superset/assets/package.json
@@ -55,7 +55,7 @@
     "@superset-ui/dimension": "^0.12.3",
     "@superset-ui/legacy-plugin-chart-calendar": "^0.11.0",
     "@superset-ui/legacy-plugin-chart-chord": "^0.11.0",
-    "@superset-ui/legacy-plugin-chart-country-map": "^0.11.0",
+    "@superset-ui/legacy-plugin-chart-country-map": "^0.11.4",
     "@superset-ui/legacy-plugin-chart-event-flow": "^0.11.0",
     "@superset-ui/legacy-plugin-chart-force-directed": "^0.11.0",
     "@superset-ui/legacy-plugin-chart-heatmap": "^0.11.0",
diff --git a/superset/assets/src/explore/controls.jsx 
b/superset/assets/src/explore/controls.jsx
index 475276d..9e392ed 100644
--- a/superset/assets/src/explore/controls.jsx
+++ b/superset/assets/src/explore/controls.jsx
@@ -575,6 +575,7 @@ export const controls = {
       'India',
       'Italy',
       'Japan',
+      'Korea',
       'Morocco',
       'Myanmar',
       'Netherlands',

Reply via email to