zhaobao před 2 roky
rodič
revize
2a0d5713ca

+ 1 - 0
src/views/particulars/components/Abnormal.vue

@@ -16,6 +16,7 @@
                             type: 'shadow'
                         }
                     },
+                    color:['#E85454','#E58C55','#F3F376','#6A6AFF'], 
                     legend: {
                         icon:'rect',
                         itemWidth:10,

+ 1 - 0
src/views/particulars/components/AlertChart.vue

@@ -17,6 +17,7 @@
                         }
                     },
                     showSymbol: false,
+                    color:['rgba(24, 144, 255, 1)','#41E4BB','#D7C254'], 
                     legend: {
                         icon:'rect',
                         itemWidth:10,

+ 1 - 0
src/views/particulars/components/WarnChart.vue

@@ -16,6 +16,7 @@
                             type: 'shadow'
                         }
                     },
+                    color:['#0075ff','rgba(253, 175, 25, 1)'], 
                     legend: {
                         icon:'rect',
                         itemWidth:10,