Hi , is there a possibility for a pie chart to avoid showing on the chart data that have very low value numbers?
if for a example you want to design a pie chart with a array of 150 items and display the percentage of them in the pie chart;
if some items have the value lets say 0.01% you don't want to show them on the chart .
Because the slice will be neglictable and also will be too much information around the pie chart that would make it difficult to read.
So the question deep down is if you can set a minimum and a maximum range of values for the pie chart and fetch display data only that belong to that range.
if for a example you want to design a pie chart with a array of 150 items and display the percentage of them in the pie chart;
if some items have the value lets say 0.01% you don't want to show them on the chart .
Because the slice will be neglictable and also will be too much information around the pie chart that would make it difficult to read.
So the question deep down is if you can set a minimum and a maximum range of values for the pie chart and fetch display data only that belong to that range.