From 907ec240c8512ffa59ccfd920125bd129e29bf20 Mon Sep 17 00:00:00 2001 From: BoBoooooo <17746714@qq.com> Date: Fri, 6 Mar 2020 14:29:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(lineChart,pieChart):=20=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E9=85=8D=E8=89=B2=20=E6=96=87=E5=AD=97?= =?UTF-8?q?=E8=B6=85=E5=87=BA=E9=9A=90=E8=97=8F=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Charts/lineChart.vue | 143 +++++++++++++++++----------- src/components/Charts/pieChart.vue | 91 +++++++++++------- 2 files changed, 142 insertions(+), 92 deletions(-) diff --git a/src/components/Charts/lineChart.vue b/src/components/Charts/lineChart.vue index 1b03164..0b0af02 100644 --- a/src/components/Charts/lineChart.vue +++ b/src/components/Charts/lineChart.vue @@ -20,12 +20,11 @@
+ :style="{height:'100%',width:width,minHeight:height}"/>