diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts index 2b3aab5aae..9b58b75123 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/map/map.ts @@ -78,6 +78,7 @@ export class Map extends L7PlotChartView { } const geoJson = cloneDeep(await getGeoJsonFile(areaId)) let options: ChoroplethOptions = { + preserveDrawingBuffer: true, map: { type: 'mapbox', style: 'blank'