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)