This commit is contained in:
Nguyen Van Luan/(Nguyen Van Luan)/현장대리인/SK
2025-08-07 11:29:24 +09:00
parent b53ce8bd83
commit 140f73814f

View File

@ -531,11 +531,7 @@ export default {
type: item.gubun == '2PLAN' ? 'line' : 'bar', type: item.gubun == '2PLAN' ? 'line' : 'bar',
data: targetMonthList.map(obj => item[obj] || null), data: targetMonthList.map(obj => item[obj] || null),
// data: targetMonthList.map(obj => item[obj] || 0) // data: targetMonthList.map(obj => item[obj] || 0)
} }));
));
this.nowSeriesData = seriesData; this.nowSeriesData = seriesData;
// xAxisData = myKey.map(obj => obj.header); // xAxisData = myKey.map(obj => obj.header);