When I try to run my report, I'm getting this exception:
Chart theme 'eye.candy.sixties' not found.
net.sf.jasperreports.engine.JRRuntimeException: Chart theme 'eye.candy.sixties' not found.
Sure enough, I couldn't find the theme defined anywhere in jasper-4.0.2.jar. What ...
I want to customised my charts in my reports (using jasperReport and iReport 4.0) ,this class minimise the scale ,how can I also add value on top of each bar ...
I am using iReports with my web application where i render charts using the data available and export the document as pdf.
Now there is a point where i need to include ...
I have a special requirement to display a TimeSeries chart using jFree Chart.
I need some thing like the image below, where there is a line apart from the chart which shows ...
so, first of all, thanks a lot for helping, however I am have doubts yet cause I tried and I got to create my first report by iReport, that's working very well but I don't undertand the relashionship iReport that's a MSI (Microsoft Installer) that's running on my Windows XP between JasperReports... JasperReports sounds for me like a company that have ...
hello friends, i have designed one user interface, which takes criteria for report. i have desinged that report in iReport. but what i want to do is, whatever the criteria i will pass through interface the query should be generated and report should be generated. What can i do for passing this criteria (attributes) to iReprot at runtime. How can i ...
Hello .... I want JFreecharts to render textures rather than colors in any of the charts (Bar,Pie) so that print out can be taken in black and white. Can anyone just help me out with this. I am using iReport to design my reports and use JasperServer to display them. Regards sagar
Are you using the same version of JFreeChart within iReport to create your chart as the one created straight from the library? If you are another option is to create your own class that extends JRAbstractChartCustomizer. You then modify the chart objcet that Jasper produces so that it looks the same as your JFreeChart chart.