Commit d6dff4c08b6d494c250dcf1726c6ce4af3a0df91

Authored by Hacene SI HADJ MOHAND
1 parent 100c377a

ok for stats

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' ,'median','variance','skewness','kurtosis'],
  233 + store: [ 'min', 'max', 'mean' ,'median','variance','skewness','kurtosis','count','countNotNan' ],
234 234 triggerAction: 'all',
235 235 //lazyInit: false,
236 236 listeners: {
... ...