Commit dee136add5bbe4e5724f97203239861545a85b49
1 parent
1d7c3a74
Exists in
master
and in
100 other branches
ok median variance
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/app/views/StatisticsUI.js
... | ... | @@ -230,7 +230,7 @@ Ext.define('amdaUI.StatisticsUI', |
230 | 230 | { |
231 | 231 | xtype: 'combo', queryMode : 'local', |
232 | 232 | //emptyText : 'please click to select function', |
233 | - store: [ 'min', 'max', 'mean' ], | |
233 | + store: [ 'min', 'max', 'mean' ,'median','variance'], | |
234 | 234 | triggerAction: 'all', |
235 | 235 | //lazyInit: false, |
236 | 236 | listeners: { |
... | ... |