-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pie Chart: Click to Filter breaks when used with a split chart bucket agg (6.5 and above) #25920
Comments
Pinging @elastic/kibana-app |
I tested this on the latest master, as well as before and after the changes in #24473 (383b419) were merged. Here are my findings so far: Before #24473:
After #24473:
Master (throws a fatal error and redirects to 'something went wrong' page):
|
Okay, now that I've had a chance to dive a little deeper, here some more cogent thoughts: I'm able to reproduce this exactly as described on If you only use the split chart (single bucket), you'll get a console error similar to the following:
If you use the split chart with multiple buckets, you'll get the (slightly different) error reported in this issue:
In both cases the filter simply isn't applied. If you do not use a split chart bucket at all, everything appears to work as expected. On To reproduce using the sample web logs data:
|
It seems the click (on a pie chart segment) filter function has gone missing in 6.5 (upgraded yesterday).
When clicked nothing happens but the JS error (no source code available).
Platform: Windows Server 2012, Windows 10, Elastic Search 6.5
The text was updated successfully, but these errors were encountered: