Commit 765908ec7887646151476c2db34a07823b9929d1

Authored by Menouard AZIB
1 parent 8f088976

Change Sum to Avg

js/app/views/PlotComponents/plotFunction/FunctionType.js
@@ -13,7 +13,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', { @@ -13,7 +13,7 @@ Ext.define('amdaPlotComp.plotFunction.FunctionType', {
13 field: "Function Type", 13 field: "Function Type",
14 values: { 14 values: {
15 fft: "FFT", 15 fft: "FFT",
16 - sum: "SUM" 16 + sum: "AVG"
17 } 17 }
18 }, 18 },
19 scale: { 19 scale: {