Re: Charting in OFBiz

2010-05-28 Thread Scott Gray
I think the google api could be a good example of how we might build our own. Hell something like that could be its own project, a drop-in servlet that provides the same chart rendering functionality as google's servers. But ultimately google provides these services in order to gain access to y

Re: Charting in OFBiz

2010-05-28 Thread Harmeet Bedi
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 spec

Re: Charting in OFBiz

2010-05-17 Thread Erwan de FERRIERES
Le 17/05/2010 18:52, Bruno Busco a écrit : Hi Erwan, thank you for your work on this subject. I think it will be very usefull. BTW I have tested it on the demo server right now but this link: https://demo-trunk.ofbiz.apache.org/example/control/BarChart gives an error: org.ofbiz.widget.screen.Scr

Re: Charting in OFBiz

2010-05-17 Thread Jacques Le Roux
Bruno, It's because I updated manually for a bug I fixed in layered lookup but I did not take the time to make the whole update process (I only svn updated and ant svninfo). The bot will do it soon (every 24h) So you have to try it locally for now... Jacques From: "Bruno Busco" Hi Erwan, th

Re: Charting in OFBiz

2010-05-17 Thread Bruno Busco
Hi Erwan, thank you for your work on this subject. I think it will be very usefull. BTW I have tested it on the demo server right now but this link: https://demo-trunk.ofbiz.apache.org/example/control/BarChart gives an error: org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [c

Charting in OFBiz

2010-05-17 Thread Erwan de FERRIERES
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 exampl