BJ_web_developers
/
dyitoc
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d87c98f944c817cb7a72a27ee788bdcde2040592
Authored by
liuqimichale
2018-12-12 15:31:39 +0800
1 parent
961bdd27
道闸
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/allPieChart.vue
src/components/allPieChart.vue
View file @
d87c98f
...
...
@@ -64,6 +64,7 @@ export default {
64
64
methods: {
65
65
setOptions({xData, yData} = {}) {
66
66
this.chart.setOption({
67
+ backgroundColor:'#ffffff',
67
68
tooltip: {
68
69
trigger: 'item',
69
70
formatter: "{b} : {c} ({d}%)"
...
...