Hi All , How to apply backgroud colors for the normal report . Many are giving suggestions that how to give background color for HTML5 charts , but I want background color for a Simple chart
https://dribbble.com/shots/1423171-Some-Analytics
just go through the above link . there the image has Colors for HTML5 chart but I want them to use for normal Jasper report
Thanks.
1 Answer:
Which chart engine are you using (JFree, Fusion or HTML-5). ?
Here are few links that may help you.
1) JFree : http://stackoverflow.com/questions/16421154/jfreechart-setbackgroundpain...
2) Fusion : http://www.fusioncharts.com/dev/basic-chart-configurations/border-and-ba...
3) HTML-5 : http://community.jaspersoft.com/wiki/advanced-formatting-new-html5-charts
I think you are looking for JFree, check for all the properties, if you won't find any, go for customizer class uing JFree API.
Thanks