From 88c1478c2988156f4b3ed7fc69b71ed793cd30ba Mon Sep 17 00:00:00 2001 From: Susritha Sabbini Date: Mon, 24 Feb 2025 13:24:11 +0530 Subject: [PATCH] chore: removed title for yAxis --- src/components/Graphs/StackedBarGraph/StackedBarGraphUtils.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Graphs/StackedBarGraph/StackedBarGraphUtils.res b/src/components/Graphs/StackedBarGraph/StackedBarGraphUtils.res index 34b2209a9..a7a5a47a0 100644 --- a/src/components/Graphs/StackedBarGraph/StackedBarGraphUtils.res +++ b/src/components/Graphs/StackedBarGraph/StackedBarGraphUtils.res @@ -21,7 +21,7 @@ let getStackedBarGraphOptions = (stackedBarGraphOptions: stackedBarGraphPayload) }, yAxis: { title: { - text: "Count trophies", + text: "", }, stackLabels: { enabled: true,