Hi,
I have created new chart and it was working perfectly in 5.2.1. But after update for 5.2.2. it says:
TypeError: Cannot read property 'length' of undefined
_ at bind (kibana.bundle.js?v=14707:52)_
_ at Array.d3_selectionPrototype.data (kibana.bundle.js?v=14707:52)_
_ at HTMLDivElement. (kibana.bundle.js?v=14707:56)_
_ at kibana.bundle.js?v=14707:52_
_ at d3_selection_each (kibana.bundle.js?v=14707:48)_
_ at Array.d3_selectionPrototype.each (kibana.bundle.js?v=14707:52)_
_ at Array. (kibana.bundle.js?v=14707:56)_
_ at Array.d3_selectionPrototype.call (kibana.bundle.js?v=14707:52)_
_ at Layout.value (kibana.bundle.js?v=14707:61)_
_ at kibana.bundle.js?v=14707:61_
The error in kibana.bundle.js?v=14707:56 is:
function bind(group,groupData){var i,node,nodeData,n=group.length,m=groupData.length,...
What is groupData? Elasticsearch returns correct data in response.