Compare commits

..

1 Commits

Author SHA1 Message Date
140f73814f update 2025-08-07 11:29:24 +09:00

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);