From cbc2b542ff992cbed904bd6678ed452638576c35 Mon Sep 17 00:00:00 2001 From: Molly Smith Date: Thu, 20 Jul 2023 12:40:35 -0600 Subject: [PATCH] Fixed reversed labels on performance diagrams --- .../imports/startup/server/data_process_util.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meteor_packages/mats-common/imports/startup/server/data_process_util.js b/meteor_packages/mats-common/imports/startup/server/data_process_util.js index 3988d1965..d5db9d4e6 100644 --- a/meteor_packages/mats-common/imports/startup/server/data_process_util.js +++ b/meteor_packages/mats-common/imports/startup/server/data_process_util.js @@ -1268,7 +1268,7 @@ const processDataPerformanceDiagram = function ( 0, 1, 0, - " 0.125", + " 8.0", "bottom right", matsTypes.ReservedWords.constantBias ); @@ -1278,7 +1278,7 @@ const processDataPerformanceDiagram = function ( 0, 1, 0, - " 0.25", + " 4.0", "bottom right", matsTypes.ReservedWords.constantBias ); @@ -1288,7 +1288,7 @@ const processDataPerformanceDiagram = function ( 0, 1, 0, - " 0.5", + " 2.0", "bottom right", matsTypes.ReservedWords.constantBias ); @@ -1308,7 +1308,7 @@ const processDataPerformanceDiagram = function ( 0, 0.5, 0, - "2.0", + "0.5", "bottom left", matsTypes.ReservedWords.constantBias ); @@ -1318,7 +1318,7 @@ const processDataPerformanceDiagram = function ( 0, 0.25, 0, - "4.0", + "0.25", "top left", matsTypes.ReservedWords.constantBias ); @@ -1328,7 +1328,7 @@ const processDataPerformanceDiagram = function ( 0, 0.125, 0, - "8.0", + "0.125", "top left", matsTypes.ReservedWords.constantBias );