|
@@ -600,7 +600,17 @@ export default {
|
|
getFiveBarEchart(xAxis, lenged, series) {
|
|
getFiveBarEchart(xAxis, lenged, series) {
|
|
let option = {
|
|
let option = {
|
|
backgroundColor: this.showWhite ? "#fff" : "",
|
|
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: {
|
|
title: {
|
|
text: "损失电量分析",
|
|
text: "损失电量分析",
|
|
textStyle: {
|
|
textStyle: {
|