JFreeChart 1.0.0
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
JFreeChart 1.0.0
We are pleased to announce the first stable release of JFreeChart, version 1.0.0.
http://www.jfree.org/jfreechart/
Future releases in the 1.0.x series will maintain backward compatibility with this version.
Thanks to everyone that has contributed to making JFreeChart a success, we estimate that our userbase is around 40-50,000 developers and growing. Here's looking forward to many more years of JFreeChart development!
http://www.jfree.org/jfreechart/
Future releases in the 1.0.x series will maintain backward compatibility with this version.
Thanks to everyone that has contributed to making JFreeChart a success, we estimate that our userbase is around 40-50,000 developers and growing. Here's looking forward to many more years of JFreeChart development!
Last edited by david.gilbert on Fri Jan 27, 2006 6:55 pm, edited 1 time in total.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Thanks! I appreciate your positive feedback...reden wrote:Congratulations, David! JFreeChart really is a fabulous library, you've done an excellent job. We just recently migrated from a commercial library and this just beats the pants off it. Thank you very much for your hard work!
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


-
- Posts: 15
- Joined: Thu Mar 27, 2003 10:06 am
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Future releases in the 1.0.x series may extend the API, but nothing will be removed (some methods may be deprecated). And I hereby solemnly promise to document (most likely in the JFreeChart Developer Guide) changes that are likely to affect the behaviour of existing applications in the upgrade path 1.0.0 --> 1.0.1 --> 1.0.2 and so on.mhilpert wrote:It was time for finally releasing a 1.x version! We hope you keep your promise by not changing the API of the existing features. Of course, the current version deserved a higher number - like 2.x or 3.x.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


Thanks! Was looking forward to this. Just one question: what about the API (http://www.jfree.org/jfreechart/javadoc/index.html). Is it up to date also (the title says 1.0.0-rc2)? Also, will the API stay in version 1.0?
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


errot
HI all, i have put the application on a applet and am using jpadpro to view th e applet after adding the classpaths like jcommon and stuff.
I wrote a htm file to call the applet and its classpaths but there is an error.
This is the htm file code.
<html>
<body>
<title>DRAP</title>
<head>
<APPLET CODE="IPPT.java"
archives="gnujaxp.jar + jcommon-1.0.0-rc1.jar + jfreechart-1.0.0-rc1.jar + junit.jar +servlet.jar + C:\j2sdk1.4.2_08\lib\tools.jar"> </APPLET>
</head>
</body>
</html>
The error on the java console is java.lang.NoClassDefFoundError:org/jfree/ui/ApplicationFrame
also my application retrieves data from the mysql database
any suggestions.........
I wrote a htm file to call the applet and its classpaths but there is an error.
This is the htm file code.
<html>
<body>
<title>DRAP</title>
<head>
<APPLET CODE="IPPT.java"
archives="gnujaxp.jar + jcommon-1.0.0-rc1.jar + jfreechart-1.0.0-rc1.jar + junit.jar +servlet.jar + C:\j2sdk1.4.2_08\lib\tools.jar"> </APPLET>
</head>
</body>
</html>
The error on the java console is java.lang.NoClassDefFoundError:org/jfree/ui/ApplicationFrame
also my application retrieves data from the mysql database
any suggestions.........
Hi,
your applet tag is wrong:
http://java.sun.com/docs/books/tutorial ... /html.html
Archives for the classpath are separated by comma; and including platform specific paths is definitly not allowed.
Regards,
Thomas
your applet tag is wrong:
http://java.sun.com/docs/books/tutorial ... /html.html
Archives for the classpath are separated by comma; and including platform specific paths is definitly not allowed.
Regards,
Thomas
David,
The librabry, code and examples are really good, however I have the following question.
If the size of the chart is modified to be very small, does this affects the display values and bar behaviour. I have some reqs. where I am doing charts with very little display but once I plot my values they simply are not drawn because the chart is very small, well actually the values are small.
So If I am using a 100% value in a chart and another value has 2% or 5% these last two are alsmot not displayed for what I am really stressed.
I would like to hear some comments about that.
Thanks
Alan Raul
The librabry, code and examples are really good, however I have the following question.
If the size of the chart is modified to be very small, does this affects the display values and bar behaviour. I have some reqs. where I am doing charts with very little display but once I plot my values they simply are not drawn because the chart is very small, well actually the values are small.
So If I am using a 100% value in a chart and another value has 2% or 5% these last two are alsmot not displayed for what I am really stressed.
I would like to hear some comments about that.
Thanks
Alan Raul