Example:
Label Value
A 3
B 2
C 1
maxCount: 2
Expected: three slices, A:3, B:2 and Others:1
Actual: three slices, A:3, B:2 and C:1
Example:
Label Value
A 3
B 2
C 1
maxCount: 2
Expected: three slices, A:3, B:2 and Others:1
Actual: three slices, A:3, B:2 and C:1
Recommended Comments