summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/_sila/Global/Chart.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/_sila/Global/Chart.vue b/src/components/_sila/Global/Chart.vue
index 61331487..a6ebd9fc 100644
--- a/src/components/_sila/Global/Chart.vue
+++ b/src/components/_sila/Global/Chart.vue
@@ -300,7 +300,7 @@ export default {
yMax = this.max;
break;
case 'power':
- yMax = 100;
+ yMax = 200;
break;
}
return yMax;
@@ -319,7 +319,7 @@ export default {
categories = this.setSpeed(this.setMaxWithInterval());
break;
case 'power':
- categories = this.setCategories(101, 'Вт');
+ categories = this.setCategories(201, 'Вт');
break;
case 'voltage-input':
case 'voltage-output':