From c3a3d001f11fbd2aeb45be828d9f4302573e2636 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 18 Oct 2024 14:53:52 +0000 Subject: [PATCH] xaxis label default to rotate 45 angle Signed-off-by: Eric --- common/constants/shared.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants/shared.ts b/common/constants/shared.ts index 01413f33a..f4b7f59e4 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', };