周立森 5 anos atrás
pai
commit
8fde15eb21

+ 1
- 2
src/pages/indexEcharts/components/UserConversion.jsx Ver arquivo

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