mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fixed issue with creating new charts
This commit is contained in:
parent
b8052cb392
commit
f90fe100cb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ define(function (require) {
|
|||
}
|
||||
|
||||
var agg = columns[iX].agg && aggs.byName[columns[iX].agg];
|
||||
if (agg.ordinal) {
|
||||
if (agg && agg.ordinal) {
|
||||
// TODO: add interval, min, max data here for the chart
|
||||
chart.ordinal = {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue