Skip to content

Commit

Permalink
feat(legacy-plugin-chart-country-map): add Vietnam map (apache#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhtrinh2311 authored and zhaoyongjie committed Nov 24, 2021
1 parent 23e769b commit e25ce9b
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import ukraine from 'file-loader!./countries/ukraine.geojson';
import uruguay from 'file-loader!./countries/uruguay.geojson';
import usa from 'file-loader!./countries/usa.geojson';
import zambia from 'file-loader!./countries/zambia.geojson';
import vietnam from 'file-loader!./countries/vietnam.geojson';

export const countries = {
austria,
Expand Down Expand Up @@ -85,6 +86,7 @@ export const countries = {
uruguay,
usa,
zambia,
vietnam,
};

export const countryOptions = Object.keys(countries).map(x => {
Expand Down
Loading

0 comments on commit e25ce9b

Please sign in to comment.