From fc38aba6f4a5ff531562d2dc08f05a2e14f5609b Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 23 Oct 2024 23:26:40 +0100 Subject: [PATCH] hide total ranked scores side text on mobile --- .../src/components/player/chart/charts/player-scores-chart.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/website/src/components/player/chart/charts/player-scores-chart.tsx b/projects/website/src/components/player/chart/charts/player-scores-chart.tsx index f9c12f6..5d9eca2 100644 --- a/projects/website/src/components/player/chart/charts/player-scores-chart.tsx +++ b/projects/website/src/components/player/chart/charts/player-scores-chart.tsx @@ -65,6 +65,7 @@ const datasetConfig: DatasetConfig[] = [ axisConfig: { reverse: false, display: true, + hideOnMobile: true, displayName: "Total Ranked Scores", position: "right", },