0👍
✅
So I figured out that I didn’t set the Highcharts.maps
correctly. I added the following adjustments into my main.js
:
import { mapNetherlands } from "./assets/maps/netherlands"
Highcharts.maps["countries/nl/nl-all-all"] = mapNetherlands;
Now my map is displayed correctly.
Source:stackexchange.com