Note that Pivot's charting features are "pluggable" - though the platform defines the API, the actual rendering is delegated to a "charting provider" library. One such provider is the Pivot/JFree project, which is based on JFreeChart 1.0.13:
http://code.google.com/p/pivot-jfree/ You can download the required files from the project site (currently for Pivot 1.4 - a new version will be released when Pivot 1.5 is available). http://code.google.com/p/pivot-jfree/downloads/list Some usage examples are here: http://code.google.com/p/pivot-jfree/source/browse/#svn/trunk/demos/src/biz/ixnay/pivot/demos/charts/jfree It may also be possible to implement a provider based on Jasper Reports, though this may not be feasible within the 8-10 day timeframe you mentioned. Greg On May 18, 2010, at 3:49 AM, Noel Grandin wrote: > Hi > > Pivot provides some basic charting functionality in the > org.apache.pivot.charts package > > > http://pivot.apache.org/1.4/docs/api/org/apache/pivot/charts/package-frame.html > > Regards, Noel. > > java programmer wrote: >> Dear All, >> >> Now i have decided rather then to jump directly on a bigger scale. I >> will make this simple POC under PIVOT in 8-10 days time. >> In this requirement, some reporting capability is needed as well. >> >> I have worked over Jasper reports for generating reports. I was >> looking forward to know what kind of reporting capabilities pivot >> provides? >> >> Looking forward to hear from you all. >> >> Best Regards, >> Prithvi >
