-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
**Kibana version: 6.5, 6.5.1 & 6.5.3
**Elasticsearch version: 6.5
**Server OS version: CentOS 7.5
**Browser version: Chrome 62.0.3202.94
**Browser OS version: Windows 10
Original install method (e.g. download page, yum, from source, etc.):
yum
Describe the bug:
Clicking in the a heatmap visualization to apply filter nothing happens and a javascript error is thrown
Expected behavior:
Click should apply filter
Errors in browser console (if relevant):
TypeError: Cannot read property '$parent' of undefined
at Function.filter (commons.bundle.js:3)
at commons.bundle.js:3
at processQueue (vendors.bundle.js:277)
at vendors.bundle.js:277
at Scope.$digest (vendors.bundle.js:277)
at vendors.bundle.js:277
at completeOutstandingRequest (vendors.bundle.js:277)
at vendors.bundle.js:277 "Possibly unhandled rejection: {}"
Any additional context:
Seems to be same issue as described for Pie Chart visualization in #25920, which is fixed at least in 6.5.3. But the issue iis still present for the Heatmap visualization in 6.5.3
