Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

What facilities or performance capabilities jFreeCharts latest version (1.0.14) provides over 2004 edition (0.9.20). We have web application having jFreeCharts integrated with 2004 edition . What advantages we would be having if we upgrade it to the latest version? Classes must be added or modified in the latest version.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
199 views
Welcome To Ask or Share your Answers For Others

1 Answer

Such information is recorded in the project:

https://sourceforge.net/projects/jfreechart/

You can browse the subversion repository:

https://jfreechart.svn.sourceforge.net/svnroot/jfreechart/

You can examine the project's revision history:

svn log https://jfreechart.svn.sourceforge.net/svnroot/jfreechart/

You can check out a local, read-only copy of the subversion repository:

svn co svn://svn.code.sf.net/p/jfreechart/code/trunk jfreechart-code

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...