diff --git a/core/core-frontend/src/views/chart/components/editor/util/chart.ts b/core/core-frontend/src/views/chart/components/editor/util/chart.ts index 36820376ef..7c04be643e 100644 --- a/core/core-frontend/src/views/chart/components/editor/util/chart.ts +++ b/core/core-frontend/src/views/chart/components/editor/util/chart.ts @@ -1281,7 +1281,7 @@ export const DEFAULT_BASIC_STYLE: ChartBasicStyle = { mapSymbolStrokeWidth: 2, mapSymbol: 'circle', mapSymbolSize: 20, - radius: 100, + radius: 80, innerRadius: 60 }