updated table axis legend

This commit is contained in:
2026-04-16 12:56:28 +10:00
parent d76de64a90
commit eaed3c6ce5

View File

@@ -26,7 +26,7 @@ function GroupChart({ data }: GroupProps) {
}
});
const chartSetting = {
yAxis: [{ label: 'Высота (м)' }],
yAxis: [{ label: 'Price ($)' }],
height: 400,
};