Skip to content

Commit

Permalink
feat(legacy-plugin-chart-country-map): add peru country map (#1424)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update countries.ts
  • Loading branch information
JoaquinPretell92 authored and zhaoyongjie committed Nov 26, 2021
1 parent 46b4eca commit e494f00
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import malaysia from 'file-loader!./countries/malaysia.geojson';
import morocco from 'file-loader!./countries/morocco.geojson';
import myanmar from 'file-loader!./countries/myanmar.geojson';
import netherlands from 'file-loader!./countries/netherlands.geojson';
import peru from 'file-loader!./countries/peru.geojson';
import poland from 'file-loader!./countries/poland.geojson';
import portugal from 'file-loader!./countries/portugal.geojson';
import russia from 'file-loader!./countries/russia.geojson';
Expand Down Expand Up @@ -72,6 +73,7 @@ export const countries = {
myanmar,
netherlands,
norway,
peru,
poland,
portugal,
russia,
Expand Down

Large diffs are not rendered by default.

0 comments on commit e494f00

Please sign in to comment.