hi,
My Query returns some 1000 different rows using group by for different 1000 customer company about 99 pdf pages.
I want to show the pie chart for that distinct 1000 companies in one pages( first page) and the legend(color) for those 1000 companies in another pages
(2 to 3) ............then the datas in table format in another pages(4 to 99)
My chart showing in summary band :
which band i should select or How can i solve it.
alauddin
My Query returns some 1000 different rows using group by for different 1000 customer company about 99 pdf pages.
I want to show the pie chart for that distinct 1000 companies in one pages( first page) and the legend(color) for those 1000 companies in another pages
(2 to 3) ............then the datas in table format in another pages(4 to 99)
My chart showing in summary band :
which band i should select or How can i solve it.
alauddin
1 Answer:
Posted on October 2, 2006 at 1:13pm
Hi,
The chart image cannot be split in two pages.
You'll probably have to remove the legend from the chart itself and simulate it using a subreport.
This means you have to use scriptlets to gather the chart data and maybe even force the colors of the chart or find some way to retrieve the legend data from within the JFreeChart component using a custom JRAbstractChartCustomizer implementation.
I hope this helps.
Teodor
The chart image cannot be split in two pages.
You'll probably have to remove the legend from the chart itself and simulate it using a subreport.
This means you have to use scriptlets to gather the chart data and maybe even force the colors of the chart or find some way to retrieve the legend data from within the JFreeChart component using a custom JRAbstractChartCustomizer implementation.
I hope this helps.
Teodor