傅行帆 5 år sedan
förälder
incheckning
21d8075954

+ 2
- 2
src/pages/statistical/building/component/StatsChart.jsx Visa fil

41
             barBorderRadius: [50, 50, 0, 0],
41
             barBorderRadius: [50, 50, 0, 0],
42
             color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
42
             color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
43
               offset: 0,
43
               offset: 0,
44
-              color: '#FD8A95'
44
+              color: '#FFC6AA'
45
             }, {
45
             }, {
46
               offset: 1,
46
               offset: 1,
47
-              color: '#F13043'
47
+              color: '#FF7E48'
48
             }]),
48
             }]),
49
             shadowColor: 'rgba(0, 0, 0, 0.4)',
49
             shadowColor: 'rgba(0, 0, 0, 0.4)',
50
 
50
 

+ 1
- 0
src/pages/statistical/building/component/StatsChartLine.jsx Visa fil

49
               name: '公客数',
49
               name: '公客数',
50
               type: 'line',
50
               type: 'line',
51
               data: data.gkList || []
51
               data: data.gkList || []
52
+              
52
           },
53
           },
53
           {
54
           {
54
               name: '私客数',
55
               name: '私客数',