Skip to content

Commit cd25db4

Browse files
committed
Clean import
1 parent 424b881 commit cd25db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/graphs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Chart, BarController, PieController, BarElement, ArcElement, CategoryScale, LinearScale, Colors, Tooltip, Legend } from "chart.js"
22
import { ChoroplethController, ProjectionScale, ColorScale, GeoFeature, topojson } from 'chartjs-chart-geo';
3-
import countries50m from "../../node_modules/world-atlas/countries-50m.json" with { type: "json" };
3+
import countries50m from "world-atlas/countries-50m.json" with { type: "json" };
44

55
// Bundle optimization
66
Chart.register(BarController, PieController, ChoroplethController, BarElement, ArcElement, CategoryScale, LinearScale, ProjectionScale, ColorScale, GeoFeature, Colors, Tooltip, Legend)

0 commit comments

Comments
 (0)