SunZehao vor 1 Tag
Ursprung
Commit
112f0ad851

+ 11 - 1
src/views/economicsOperation/windAnalyse/monthlyAnalysis/reportDialog.vue

@@ -600,7 +600,17 @@ export default {
     getFiveBarEchart(xAxis, lenged, series) {
       let option = {
         backgroundColor: this.showWhite ? "#fff" : "",
-        color: ["#e17e23", "#ba3237", "#c531c7", "#000", "#05bb4c"],
+        // color: ["#e17e23", "#ba3237", "#c531c7", "#000", "#05bb4c"],
+        color: ["#2999a0",
+        "#67b9ff",
+        "#ff6271",
+        "#05b2fa",
+        "#0ef167",
+        "#05bb4c",
+        "#4b55ae",
+        "#EDB32F",
+        "#DB5520",
+        "#323E6F"],
         title: {
           text: "损失电量分析",
           textStyle: {