From 765908ec7887646151476c2db34a07823b9929d1 Mon Sep 17 00:00:00 2001 From: Menouar AZIB Date: Fri, 2 Sep 2022 17:58:48 +0200 Subject: [PATCH] Change Sum to Avg --- js/app/views/PlotComponents/plotFunction/FunctionType.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/views/PlotComponents/plotFunction/FunctionType.js b/js/app/views/PlotComponents/plotFunction/FunctionType.js index e3d2ebb..c8b9b10 100644 --- a/js/app/views/PlotComponents/plotFunction/FunctionType.js +++ b/js/app/views/PlotComponents/plotFunction/FunctionType.js @@ -13,7 +13,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', { field: "Function Type", values: { fft: "FFT", - sum: "SUM" + sum: "AVG" } }, scale: { -- libgit2 0.21.2