|
@@ -25,13 +25,13 @@ export default {
|
|
|
case this.value.result > this.value.warnThird:
|
|
|
return this.value.warnThirdColor
|
|
|
case this.value.result > this.value.warnSecond:
|
|
|
- return '#21fbff'
|
|
|
+ return '#295bed'
|
|
|
case this.value.result > this.value.warnFirst:
|
|
|
return this.value.warnSecondColor
|
|
|
case this.value.result > 0:
|
|
|
return this.value.warnFirstColor
|
|
|
default:
|
|
|
- return '#21fbff'
|
|
|
+ return '#295bed'
|
|
|
}
|
|
|
},
|
|
|
chartOption () {
|