mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
add formatter to test data
This commit is contained in:
parent
88eb847f9b
commit
9596f3307a
3 changed files with 20 additions and 5 deletions
|
@ -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'
|
||||
|
|
|
@ -1871,7 +1871,10 @@ define(function () {
|
|||
'max': 608,
|
||||
'precision': 1,
|
||||
'allmin': 1,
|
||||
'allmax': 608
|
||||
'allmax': 608,
|
||||
'valueFormatter': function (str) {
|
||||
return str;
|
||||
}
|
||||
}
|
||||
},
|
||||
'hits': 5033
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue