From c5ee0e87633ddc65a2d226309b07c4e5fe7204e7 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 21 Jun 2023 21:16:19 +0800 Subject: [PATCH] =?UTF-8?q?[issues/576]LineMulti=20=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=87=BA=E6=9D=A5=E6=98=AF=E6=9F=B1=E7=8A=B6=E5=9B=BE,?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E6=98=AF=E6=8A=98=E7=BA=BF=E5=9B=BE]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chart/LineMulti.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chart/LineMulti.vue b/src/components/chart/LineMulti.vue index 73a9a28..b3ff9e8 100644 --- a/src/components/chart/LineMulti.vue +++ b/src/components/chart/LineMulti.vue @@ -19,7 +19,7 @@ }, type: { type: String as PropType, - default: 'bar', + default: 'line', }, width: { type: String as PropType,