From ceab6ee577ba7af5f9b1073527f805285c580503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=95=9C=EC=A3=BC?= Date: Tue, 6 Aug 2024 15:32:24 +0900 Subject: [PATCH] =?UTF-8?q?[K5P-80]=20[fix]=20=EC=97=90=EB=A6=AC=EC=96=B4?= =?UTF-8?q?=20=EA=B7=B8=EB=9E=98=ED=94=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/static/InvoiceAreaChart.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/static/InvoiceAreaChart.vue b/src/components/static/InvoiceAreaChart.vue index 59f29a6..1f5a892 100644 --- a/src/components/static/InvoiceAreaChart.vue +++ b/src/components/static/InvoiceAreaChart.vue @@ -87,9 +87,9 @@ export default { // 차트에 데이터 넣기 this.staticStore.monthDataList.forEach((data) => { - monthlyInvoiced[data.month] = data.totalInvoiced; - monthlyCollected[data.month] = data.totalCollected; - monthlyOutstanding[data.month] = data.outstanding; + monthlyInvoiced[data.month-1] = data.totalInvoiced; + monthlyCollected[data.month-1] = data.totalCollected; + monthlyOutstanding[data.month-1] = data.outstanding; }) // 차트 표시