diff --git a/common/constants/shared.ts b/common/constants/shared.ts index 01413f33a0..f4b7f59e4e 100644 --- a/common/constants/shared.ts +++ b/common/constants/shared.ts @@ -245,7 +245,7 @@ export const DEFAULT_CHART_STYLES: DefaultChartStylesProps = { MarkerSize: 25, ShowLegend: 'show', LegendPosition: 'v', - LabelAngle: 0, + LabelAngle: -45, DefaultSortSectors: 'largest_to_smallest', DefaultModeScatter: 'markers', };