Commit 765908ec7887646151476c2db34a07823b9929d1
1 parent
8f088976
Exists in
master
and in
55 other branches
Change Sum to Avg
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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: { |