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", },