From 459ba7875c7d6efc533a3825d196ead4e42bbdcb Mon Sep 17 00:00:00 2001 From: = Date: Wed, 1 Jul 2020 17:43:00 +0200 Subject: [PATCH] fix max valore assi --- .../components/base-components/aria-controstampo.vue | 4 ++-- .../components/base-components/vuoto-controstampo.vue | 4 ++-- .../setup/vuoto/base-components/prevuoto.vue | 4 ++-- .../setup/vuoto/base-components/vuoto-ausiliario.vue | 4 ++-- .../setup/vuoto/base-components/vuoto-principale.vue | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/aria-controstampo.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/aria-controstampo.vue index 28e99cef..a4296641 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/aria-controstampo.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/aria-controstampo.vue @@ -50,8 +50,8 @@ line-bar-color="#848484" :bars="bars" :unitx="'s'" - :max-y="recipe.upperplate_air_1_chart_setpointy.range.max + recipe.upperplate_air_2_chart_setpointy.range.max +recipe.upperplate_air_3_chart_setpointy.range.max" - :max-x="Math.max(recipe.upperplate_air_1_chart_setpointx.range.max,recipe.upperplate_air_2_chart_setpointx.range.max,recipe.upperplate_air_3_chart_setpointx.range.max)" + :max-y="Math.max(recipe.upperplate_air_1_chart_setpointy.range.max , recipe.upperplate_air_2_chart_setpointy.range.max ,recipe.upperplate_air_3_chart_setpointy.range.max)" + :max-x="recipe.upperplate_air_1_chart_setpointx.range.max+ recipe.upperplate_air_2_chart_setpointx.range.max+recipe.upperplate_air_3_chart_setpointx.range.max" >
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/vuoto-controstampo.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/vuoto-controstampo.vue index 8377210c..cdadf9f3 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/vuoto-controstampo.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/base-components/vuoto-controstampo.vue @@ -49,8 +49,8 @@
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/prevuoto.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/prevuoto.vue index a90c1283..01449ede 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/prevuoto.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/prevuoto.vue @@ -43,8 +43,8 @@
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/vuoto-ausiliario.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/vuoto-ausiliario.vue index 282a0afb..4ad94b73 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/vuoto-ausiliario.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/vuoto-ausiliario.vue @@ -51,8 +51,8 @@
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/vuoto-principale.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/vuoto-principale.vue index 25850d5b..dbb5771d 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/vuoto-principale.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/vuoto/base-components/vuoto-principale.vue @@ -51,8 +51,8 @@