updated table axis legend
This commit is contained in:
@@ -26,7 +26,7 @@ function GroupChart({ data }: GroupProps) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
const chartSetting = {
|
const chartSetting = {
|
||||||
yAxis: [{ label: 'Высота (м)' }],
|
yAxis: [{ label: 'Price ($)' }],
|
||||||
height: 400,
|
height: 400,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user