- Update screen 29 - 14 - Remove mock data dashboard

This commit is contained in:
Michael
2025-07-28 17:11:08 +09:00
parent 2dd0c6a72c
commit bac0b25a96
12 changed files with 1329 additions and 1762 deletions

View File

@ -2,7 +2,7 @@
export default function getLineChartOption({
xAxisData = [],
seriesData = [],
legendData = [],
// legendData = [],
isDarkMode = false,
}) {
@ -31,7 +31,7 @@ export default function getLineChartOption({
},
legend: {
data: legendData,
// data: legendData,
icon: 'circle',
top: '0%',
right: '5%',