Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
feat(legacy-plugin-chart-country-map): add Switzerland to country map…
Browse files Browse the repository at this point in the history
… chart (#260)
  • Loading branch information
Caahlo authored and kristw committed Nov 19, 2019
1 parent 1b031e3 commit 2fded8a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import portugal from 'file-loader!./countries/portugal.geojson';
import russia from 'file-loader!./countries/russia.geojson';
import singapore from 'file-loader!./countries/singapore.geojson';
import spain from 'file-loader!./countries/spain.geojson';
import switzerland from 'file-loader!./countries/switzerland.geojson';
import thailand from 'file-loader!./countries/thailand.geojson';
import timorleste from 'file-loader!./countries/timorleste.geojson';
import uk from 'file-loader!./countries/uk.geojson';
Expand Down Expand Up @@ -45,6 +46,7 @@ const countries = {
russia,
singapore,
spain,
switzerland,
thailand,
timorleste,
uk,
Expand Down
Loading

0 comments on commit 2fded8a

Please sign in to comment.