Em Fri, 10 Jul 2009 15:45:42 -0300, Juan E. Maya <maya.j...@gmail.com> escreveu:

Hi Ignacio, u may want to check chenille's kit chart component:
http://www.chenillekit.org/demo/tapcomp/chartdemo
or a more manual approach in the wiki:
http://wiki.apache.org/tapestry/Tapestry5HowToCreatePieChartsInAPage

I would like to add that JFreeChart, an Java open source library, does a very good job at generating graphs of all kinds. It's the library used at http://wiki.apache.org/tapestry/Tapestry5HowToCreatePieChartsInAPage. Another option would be to have a page that uses JFreeChart and returns a StreamResponse on its onActivate() or any other event handler method, similar to the approach described in http://wiki.apache.org/tapestry/Tapestry5HowToCreateADynamicPDF.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to