Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
feat(legacy-plugin-chart-country-map): add Vietnam map (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhtrinh2311 authored Sep 1, 2021
1 parent 1bbd84f commit feb09e3
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/legacy-plugin-chart-country-map/src/countries.ts
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

1 comment on commit feb09e3

@vercel
Copy link

@vercel vercel bot commented on feb09e3 Sep 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.