I am attempting to create a Chart Theme for my Jasper Reports, to enable all charts to be branded for the company.
So far I have managed to find that the default chart theme appears to be set in
jasperreports.propertiesusing the following property:
net.sf.jasperreports.chart.theme=default.spring
I have also found the example chart themes application in the jasper reports download, however there appears to be no documentation with this.
I can also see that it requires the use of the
jasperreports_extension.propertiesfile to specify the following property:
net.sf.jasperreports.extension.registry.factory.chart.themehowever there appears to be no documentation or tutorials on actually using this property.
Does anyone have any experience using chart themes or know of any documentation, blog posts etc that my be of use?