From ac8fde7140045912384563c81788b427a243b1c9 Mon Sep 17 00:00:00 2001 From: Angelos Chatzimparmpas Date: Thu, 21 Jan 2021 19:05:42 +0100 Subject: [PATCH] new --- frontend/src/components/FeatureSpaceDetail.vue | 18 +++++++++--------- frontend/src/components/Main.vue | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/FeatureSpaceDetail.vue b/frontend/src/components/FeatureSpaceDetail.vue index 15de9e8..99a47a4 100644 --- a/frontend/src/components/FeatureSpaceDetail.vue +++ b/frontend/src/components/FeatureSpaceDetail.vue @@ -16,7 +16,7 @@
-
+
@@ -865,26 +865,26 @@ export default { for (let i = 0; i < Object.keys(VIFVar).length; i++) { if (i != 0) { if (Object.values(VIFVar)[i] > 10) { - VIFVarFormatted.push(100) + VIFVarFormatted.push(25) } else if (Object.values(VIFVar)[i] > 5) { - VIFVarFormatted.push(75) - } else if (Object.values(VIFVar)[i] > 2.5) { VIFVarFormatted.push(50) + } else if (Object.values(VIFVar)[i] > 2.5) { + VIFVarFormatted.push(75) } else { - VIFVarFormatted.push(25) + VIFVarFormatted.push(100) } } } for (let i = 0; i < this.VIFRemaining.length; i++) { if (Object.values(VIFVar)[i] > 10) { - VIFVarFormatted.push(100) + VIFVarFormatted.push(25) } else if (Object.values(VIFVar)[i] > 5) { - VIFVarFormatted.push(75) - } else if (Object.values(VIFVar)[i] > 2.5) { VIFVarFormatted.push(50) + } else if (Object.values(VIFVar)[i] > 2.5) { + VIFVarFormatted.push(75) } else { - VIFVarFormatted.push(25) + VIFVarFormatted.push(100) } } diff --git a/frontend/src/components/Main.vue b/frontend/src/components/Main.vue index b944b2e..d0ac0cd 100755 --- a/frontend/src/components/Main.vue +++ b/frontend/src/components/Main.vue @@ -476,7 +476,7 @@ export default Vue.extend({ EventBus.$emit('SlidersCall') this.keySlider = false } - //EventBus.$emit('ConfirmDataSet') // REMOVE THAT! + EventBus.$emit('ConfirmDataSet') // REMOVE THAT! } else { EventBus.$emit('dataSpace', this.correlResul) EventBus.$emit('quad', this.correlResul)