views:

506

answers:

2

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.

A: 

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

Gordon
A: 

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.

Deepak Singh Rawat