From 38cd67dbd91f442b6f6adb356fc1ae5723adb443 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Tue, 26 Jul 2022 17:26:49 +0300 Subject: rename criticalStart => critical --- src/components/_sila/Global/Chart.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/components/_sila/Global') diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue index e0dfd952..9910b6ce 100644 --- a/src/components/_sila/Global/Chart.vue +++ b/src/components/_sila/Global/Chart.vue @@ -38,7 +38,7 @@ export default { type: Number, default: 70, }, - criticalStart: { + critical: { type: Number, default: 70, }, @@ -214,12 +214,12 @@ export default { color: '#F0AC0C1A', dashStyle: 'solid', from: this.nonNormal, - to: this.criticalStart, + to: this.critical, }, { color: '#FF41411A', dashStyle: 'solid', - from: this.criticalStart, + from: this.critical, to: this.warning, }, ]; @@ -233,12 +233,12 @@ export default { color: '#F0AC0C1A', dashStyle: 'solid', from: this.nonNormal, - to: this.criticalStart, + to: this.critical, }, { color: '#FF41411A', dashStyle: 'solid', - from: this.criticalStart, + from: this.critical, to: this.warning, }, ]; @@ -252,12 +252,12 @@ export default { color: '#F0AC0C1A', dashStyle: 'solid', from: this.nonNormal, - to: this.criticalStart, + to: this.critical, }, { color: '#FF41411A', dashStyle: 'solid', - from: this.criticalStart, + from: this.critical, to: this.warning, }, ]; -- cgit v1.2.3