From d87c98f944c817cb7a72a27ee788bdcde2040592 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Wed, 12 Dec 2018 15:31:39 +0800 Subject: [PATCH] 道闸 --- src/components/allPieChart.vue | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/components/allPieChart.vue b/src/components/allPieChart.vue index 5f9e036..6c6892c 100644 --- a/src/components/allPieChart.vue +++ b/src/components/allPieChart.vue @@ -64,6 +64,7 @@ export default { methods: { setOptions({xData, yData} = {}) { this.chart.setOption({ + backgroundColor:'#ffffff', tooltip: { trigger: 'item', formatter: "{b} : {c} ({d}%)" -- libgit2 0.21.4