0
votes

I am using iReport 1.3.2 The labels in the pie charts are overlapping. Is there any setting in iReport by which I can prevent this? I cannot do any code changes at the moment, therefore, I can only use iReport settings/tweaks to achieve this. Any help will be appreciated.

3
Should we close this question as it is still unanswered?Deepak Singh Rawat

3 Answers

1
votes

Try setting the Position Type of the pie charts to Float in the properties windows. This normal stops overlap.

No, it doesn't. Any ORDER BY must be removed.

Amazingly this problem is still present in iReport/JasperReport/JFreeChart 4.5

0
votes

Try setting the Position Type of the pie charts to Float in the properties windows. This normal stops overlap.

0
votes

I could solve this by not sorting the query output. After I removed the order by clause from my query, the labels in the pie-chart didn't overlap.