mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
9c5c1b53f0
commit
c946a7a815
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function StandardAgg(props) {
|
|||
const handleSelectChange = createSelectHandler(handleChange);
|
||||
let restrict = 'numeric';
|
||||
if (model.type === 'cardinality') {
|
||||
restrict = 'string';
|
||||
restrict = 'none';
|
||||
}
|
||||
|
||||
const indexPattern = series.override_index_pattern && series.series_index_pattern || panel.index_pattern;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue