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

feat: add country map of bulgaria in superset-ui-legacy-plugin-chart-country-map #2

Merged
merged 1 commit into from
Feb 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable import/no-webpack-loader-syntax, import/no-unresolved */
import belgium from 'file-loader!./countries/belgium.geojson';
import brazil from 'file-loader!./countries/brazil.geojson';
import bulgaria from 'file-loader!./countries/bulgaria.geojson';
import china from 'file-loader!./countries/china.geojson';
import egypt from 'file-loader!./countries/egypt.geojson';
import france from 'file-loader!./countries/france.geojson';
Expand All @@ -24,6 +25,7 @@ import zambia from 'file-loader!./countries/zambia.geojson';
const countries = {
belgium,
brazil,
bulgaria,
china,
egypt,
france,
Expand Down
Loading