傅行帆 5 years ago
parent
commit
21d8075954

+ 2
- 2
src/pages/statistical/building/component/StatsChart.jsx View File

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

+ 1
- 0
src/pages/statistical/building/component/StatsChartLine.jsx View File

@@ -49,6 +49,7 @@ class StatsChart extends React.Component {
49 49
               name: '公客数',
50 50
               type: 'line',
51 51
               data: data.gkList || []
52
+              
52 53
           },
53 54
           {
54 55
               name: '私客数',