Forum Discussion
Too Many Values. Not Showing All Data. - error for pie chart?
I think the issue may just be in the wording. I think it's trying to say "Some slices are too small to draw, so I didnt draw them". It didnt drop the data rows, it just physically can't draw a slice that small.
You can't really fix that, it cant draw smaller than 1 pixel. Some pie chart engines get around this by lumping multiple small slices into an 'other' slice. others list the values in the legend, even if there is no visible slice
ColinM I agree, the wording is bad. But i can see the same behavior in xy-charts, which is really, really annoying. There single data dots are simply left out.
What I am saying is that this problem not only occurs in the pie chart, but in all types of charts, where much data has to be aggregated and displayed seperately.