From eaed3c6ce566e8acdb18cd3ddf3c695b886e336c Mon Sep 17 00:00:00 2001 From: OkunElya Date: Thu, 16 Apr 2026 12:56:28 +1000 Subject: [PATCH] updated table axis legend --- site/src/chart/components/GroupChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/chart/components/GroupChart.tsx b/site/src/chart/components/GroupChart.tsx index 24b77b6..c1a933d 100644 --- a/site/src/chart/components/GroupChart.tsx +++ b/site/src/chart/components/GroupChart.tsx @@ -26,7 +26,7 @@ function GroupChart({ data }: GroupProps) { } }); const chartSetting = { - yAxis: [{ label: 'Высота (м)' }], + yAxis: [{ label: 'Price ($)' }], height: 400, };