[Waffle] Cannot enforce proper visual sorting to float values #1516
Labels
discuss
To be discussed
:Lens
Kibana Lens related issue
:partition
Partition/PieChart/Donut/Sunburst/Treemap chart related
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: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.
The text was updated successfully, but these errors were encountered: