I realize this may be a bit late to talk about libs.
but one library that we have used is Google visualization (http://code.google.com/apis/visualization/documentation/gallery.html)

The good(and bad) thing is that the library is external. Ofbiz through custom rendering only generates data specification.

Harmeet

On 17/05/10 3:43 PM, Erwan de FERRIERES wrote:
Hi all,

Following the discussion about charting and which library to use, I've
added at rev. 945044 a full set of charting capabilities to OFBiz.
Those is based on flotr, a library using prototype. It"s under a MIT
license, so there is no problem.

The example on how to use it is in the example component. 2 new screens
have been added, one for a bar chart, the other for a pie chart.

In order to have data to display, you need to create new examples, and
use different types, so it would be nicer.

The charts are based on a view, which counts the types and totals
related to them. From the screens in example, you will see it has a
great extending capacity.

New chart types can be included, they just have to be developped.
Examples on what can be displayed are just a click away :
http://phenxdesign.net/projects/flotr/examples/prototype/

Regards,


Reply via email to