JFreeChart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
khaldrogo
Posts: 1
Joined: Mon Apr 26, 2021 5:57 am
antibot: No, of course not.

JFreeChart

Post by khaldrogo » Mon Apr 26, 2021 6:00 am

Does JFreeChart have a dependency on the org.apache.batik library?

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: JFreeChart

Post by david.gilbert » Tue Apr 27, 2021 5:39 am

No. There is a Graphics2D implementation in Batik that you can use to export charts from JFreeChart to SVG, and I wrote demos for that a long while ago. But I've since written a library JFreeSVG that is much better for that purpose, so I would recommend using that if you need SVG output.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked