mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat(chart): Added Latvia to countries map (#22220)
This commit is contained in:
@@ -648,6 +648,7 @@
|
||||
" 'japan',\n",
|
||||
" 'kenya',\n",
|
||||
" 'korea',\n",
|
||||
" 'latvia',\n",
|
||||
" 'liechtenstein',\n",
|
||||
" 'malaysia',\n",
|
||||
" 'mexico',\n",
|
||||
|
||||
@@ -56,6 +56,7 @@ import jordan from './countries/jordan.geojson';
|
||||
import kenya from './countries/kenya.geojson';
|
||||
import korea from './countries/korea.geojson';
|
||||
import kuwait from './countries/kuwait.geojson';
|
||||
import latvia from './countries/latvia.geojson';
|
||||
import liechtenstein from './countries/liechtenstein.geojson';
|
||||
import lithuania from './countries/lithuania.geojson';
|
||||
import nigeria from './countries/nigeria.geojson';
|
||||
@@ -141,6 +142,7 @@ export const countries = {
|
||||
kenya,
|
||||
korea,
|
||||
kuwait,
|
||||
latvia,
|
||||
liechtenstein,
|
||||
lithuania,
|
||||
malaysia,
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user