add formatter to test data

This commit is contained in:
Juan Thomassie 2015-05-11 09:07:44 -05:00
parent 88eb847f9b
commit 9596f3307a
3 changed files with 20 additions and 5 deletions

View file

@ -1931,7 +1931,10 @@ define(function () {
'length': 24,
'min': 1,
'max': 42,
'precision': 1
'precision': 1,
'valueFormatter': function (str) {
return str;
}
}
},
'label': 'Top 2 geo.dest: CN'
@ -3786,7 +3789,10 @@ define(function () {
'length': 23,
'min': 1,
'max': 32,
'precision': 1
'precision': 1,
'valueFormatter': function (str) {
return str;
}
}
},
'label': 'Top 2 geo.dest: IN'

View file

@ -1871,7 +1871,10 @@ define(function () {
'max': 608,
'precision': 1,
'allmin': 1,
'allmax': 608
'allmax': 608,
'valueFormatter': function (str) {
return str;
}
}
},
'hits': 5033

View file

@ -1851,7 +1851,10 @@ define(function () {
'length': 23,
'min': 1,
'max': 39,
'precision': 1
'precision': 1,
'valueFormatter': function (str) {
return str;
}
}
},
'label': 'Top 2 geo.dest: CN'
@ -3706,7 +3709,10 @@ define(function () {
'length': 23,
'min': 1,
'max': 31,
'precision': 1
'precision': 1,
'valueFormatter': function (str) {
return str;
}
}
},
'label': 'Top 2 geo.dest: IN'