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 13 field: "Function Type",
14 14 values: {
15 15 fft: "FFT",
16   - sum: "SUM"
  16 + sum: "AVG"
17 17 }
18 18 },
19 19 scale: {
... ...