Search code examples
jasper-reportsireport

Labels overlapping in jasper report pie chart


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.


Solution

  • 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.