周立森 5 years ago
parent
commit
8fde15eb21
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/pages/indexEcharts/components/UserConversion.jsx

+ 1
- 2
src/pages/indexEcharts/components/UserConversion.jsx View File

68
 
68
 
69
   const options = {
69
   const options = {
70
     legend: {},
70
     legend: {},
71
-    color: ['#8B7FE2', '#DDDDDD'],
71
+    color: ['#FF7E48', '#dcdcdc'],
72
     tooltip: {},
72
     tooltip: {},
73
     series: {
73
     series: {
74
       type: 'pie',
74
       type: 'pie',
75
       name: '转化率',
75
       name: '转化率',
76
       radius: ['34%', '52%'],
76
       radius: ['34%', '52%'],
77
       avoidLabelOverlap: false,
77
       avoidLabelOverlap: false,
78
-      hoverAnimation: false,
79
       label: { 
78
       label: { 
80
         normal: { 
79
         normal: { 
81
           show: true,
80
           show: true,