RE: 3D charts and FOP 1.0

2010-12-28 Thread Eric Douglas
I use SVG for 2D charts. There is also a free Java library called JFreeChart which also claims to do 3D charts. -Original Message- From: Jayant Ghagre [mailto:jayant.gha...@ambest.com] Sent: Friday, December 24, 2010 12:43 PM To: fop-users@xmlgraphics.apache.org Subject: 3D charts and

Re: RE: 3D charts and FOP 1.0

2010-12-28 Thread Stepan RYBAR
Hi, I played with graph2svg library (made by Jakub Vojtisek) some time ago. It could be found on http://graph2svg.jinak.cz/examples_en.html;. It supports also 3D graphs (although, I do not prefere 3D ones) and its advatnage is, that SVG is created from XML using XSL-T 2.0, no Java external code