mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
refactoring according to pr comments
This commit is contained in:
parent
18d0ef995f
commit
aebcaec302
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ define(function (require) {
|
|||
return obj.rows;
|
||||
} else if (obj.columns) {
|
||||
return obj.columns;
|
||||
} else {
|
||||
} else if (obj.series) {
|
||||
return [obj];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue