Save as SVG by right click on chartpanel

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ilhamfirman
Posts: 1
Joined: Sat Feb 10, 2018 3:31 pm
antibot: No, of course not.

Save as SVG by right click on chartpanel

Post by ilhamfirman » Fri Mar 30, 2018 9:27 am

I have downloaded JfreeSVG.jar.
when trying to save I get no option to save with command "save as svg".
how to show option save as svg by right click on chart panel?

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

Re: Save as SVG by right click on chartpanel

Post by david.gilbert » Sun Apr 01, 2018 8:00 am

You need to ensure that the jfreesvg.jar file is on the class path. As long as that is the case, JFreeChart should automatically detect it and provide the option to export charts to SVG format.
David Gilbert
JFreeChart Project Leader

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

JonWalter
Posts: 1
Joined: Thu Apr 05, 2018 11:00 am
antibot: No, of course not.
Contact:

Re: Save as SVG by right click on chartpanel

Post by JonWalter » Thu Apr 05, 2018 11:10 am

Oh,that help me as well.
I really appreciate your answer.Thanks.
And personal thanks to iLhamfirman for the this topic.
Regards

Locked