summaryrefslogtreecommitdiff
path: root/src/components/_sila/Global/Chart.vue
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-16 13:16:47 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-16 13:16:47 +0300
commitc4484916034f8ba3ec05fc64096abf2514b27fb9 (patch)
treef0624a31055f1df4354ece825c1148d1a99b62b3 /src/components/_sila/Global/Chart.vue
parent7d5e7b6f494c16640790734c39ffb2f1ed511358 (diff)
parentff01827eca7c0cdc7c1b4242483b766035587ad6 (diff)
downloadwebui-vue-c4484916034f8ba3ec05fc64096abf2514b27fb9.tar.xz
Merge branch 'sila' of git.sila.ru:pub/openbmc/webui-vue into sila
Diffstat (limited to 'src/components/_sila/Global/Chart.vue')
-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 d6ea2492..ac8fc325 100644
--- a/src/components/_sila/Global/Chart.vue
+++ b/src/components/_sila/Global/Chart.vue
@@ -210,8 +210,8 @@ export default {
setOptions() {
switch (this.type) {
case 'fans':
- this.categories = this.setSpeed(4000);
- this.minRange = 4000;
+ this.categories = this.setSpeed(10000);
+ this.minRange = 10000;
this.minTickInterval = 1000;
this.plotLines.push({
color: '#1A3E5B',