From 4ab07bffcca6fc3fc5abb008325ec79e11de846b Mon Sep 17 00:00:00 2001 From: "sunw31@163.com" Date: Thu, 22 Aug 2019 11:28:10 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20=E4=BF=AE=E5=A4=8D=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E7=8E=AF=E5=9B=BE=E9=85=8D=E7=BD=AE=20color=20=E7=8E=AF?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 感谢作者提供这么好的库 --- src/components/activeRingChart/src/main.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/activeRingChart/src/main.vue b/src/components/activeRingChart/src/main.vue index 56a53bc..09cb36c 100644 --- a/src/components/activeRingChart/src/main.vue +++ b/src/components/activeRingChart/src/main.vue @@ -195,7 +195,8 @@ export default { show: false } } - ] + ], + color: mergedConfig.color } }, getRealRadius (active = false) {