Skip to content

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 zhaoyongjie committed Nov 26, 2021
1 parent d41c473 commit bdf5a60
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

0 comments on commit bdf5a60

Please sign in to comment.