feat: add korea(South) info on CountryMap viz and bump legacy-plugin-chart-country-map to v0.11.4 (#8478)
This commit is contained in:
parent
a305b1a2c5
commit
51c22900db
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -575,6 +575,7 @@ export const controls = {
|
|||
'India',
|
||||
'Italy',
|
||||
'Japan',
|
||||
'Korea',
|
||||
'Morocco',
|
||||
'Myanmar',
|
||||
'Netherlands',
|
||||
|
|
|
|||
Loading…
Reference in New Issue