We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424b881 commit cd25db4Copy full SHA for cd25db4
assets/js/graphs.js
@@ -1,6 +1,6 @@
1
import { Chart, BarController, PieController, BarElement, ArcElement, CategoryScale, LinearScale, Colors, Tooltip, Legend } from "chart.js"
2
import { ChoroplethController, ProjectionScale, ColorScale, GeoFeature, topojson } from 'chartjs-chart-geo';
3
-import countries50m from "../../node_modules/world-atlas/countries-50m.json" with { type: "json" };
+import countries50m from "world-atlas/countries-50m.json" with { type: "json" };
4
5
// Bundle optimization
6
Chart.register(BarController, PieController, ChoroplethController, BarElement, ArcElement, CategoryScale, LinearScale, ProjectionScale, ColorScale, GeoFeature, Colors, Tooltip, Legend)
0 commit comments