[#12631] - Pie Chart: maxCount: wrong rendering of slices with equal value

Category:
Bug report
Priority:
Normal
Status:
New
Project: Severity:
Major
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

Example:

Label Value
A 300
B 300
C 100
D 50

maxCount: 1

Expected: two slices, A:300, Other:450
Actual: three slices, A:300, B:300 and Other:150

In general: this happens when maxCount cuts sorted (by value) slices where values are equal.

v6.11
Charts
abtmp-github's picture
Joined: May 6 2016 - 7:50am
Last seen: 1 year 4 months ago

1 Comment:

Feedback