Skip to content
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

[Waffle] Cannot enforce proper visual sorting to float values #1516

Closed
dej611 opened this issue Dec 2, 2021 · 2 comments
Closed

[Waffle] Cannot enforce proper visual sorting to float values #1516

dej611 opened this issue Dec 2, 2021 · 2 comments
Labels
discuss To be discussed :Lens Kibana Lens related issue :partition Partition/PieChart/Donut/Sunburst/Treemap chart related

Comments

@dej611
Copy link
Contributor

dej611 commented Dec 2, 2021

Describe the bug

Even enforcing a data sorting with the sortPredicate prop there is some local issue with contiguous blocks as shown in the picture:

Screenshot 2021-12-01 at 17 14 47

The value represented by the violet blocks is smaller than the one of the previous pink block, but yet its size is bigger.

Expected behaviour

I'd say that having two contiguous values V1 and V2, if V1 > V2 then the visual representation of V2 cannot be bigger than the one from V1.

@dej611 dej611 added bug Something isn't working :partition Partition/PieChart/Donut/Sunburst/Treemap chart related :Lens Kibana Lens related issue labels Dec 2, 2021
@ghudgins ghudgins added discuss To be discussed and removed bug Something isn't working labels Dec 9, 2021
@ghudgins
Copy link

ghudgins commented Dec 9, 2021

@monfera will provide some details about how the rolling rounding can cause these situations. This is a function of the waffle vis and is why we put the warnings about large breakdowns in the vis editor.

@ghudgins
Copy link

details about why this happens are listed here - #1255 (comment)

we don't think we can solve this problem as it is working as intended.

we will create an issue for limiting top values & filters for waffle to mitigate this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss To be discussed :Lens Kibana Lens related issue :partition Partition/PieChart/Donut/Sunburst/Treemap chart related
Projects
None yet
Development

No branches or pull requests

2 participants