You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a pie chart visualization with slices split on filters. When the data is such that each filter bucket has some hits, the chart displays correctly. When there is no data matching a filter, however, that filter is not included in the slices and legend shown. This means that the colouring of the pie segments is inconsistent and varies based on the data.
Example legend from a pie with data in all buckets:
Example pie with data in only one bucket - note that the pie is green (usually associated with the 0-33.3 filter, however all data matches the 40-* filter and is expected to be purple to maintain consistency. This is so confusing to users that the pie is unusable on a dashboard.
We have a pie chart visualization with slices split on filters. When the data is such that each filter bucket has some hits, the chart displays correctly. When there is no data matching a filter, however, that filter is not included in the slices and legend shown. This means that the colouring of the pie segments is inconsistent and varies based on the data.
Example legend from a pie with data in all buckets:
Example pie with data in only one bucket - note that the pie is green (usually associated with the 0-33.3 filter, however all data matches the 40-* filter and is expected to be purple to maintain consistency. This is so confusing to users that the pie is unusable on a dashboard.
The visualization is set up as:
It seems that ElasticSearch returns the information needed to display all buckets so we believe this is a Kibana issue:
[Checked with Kibana 4.1.1]
The text was updated successfully, but these errors were encountered: