A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
escroger
- Posts: 3
- Joined: Fri Feb 18, 2005 12:00 am
Post
by escroger » Mon Oct 10, 2005 11:04 pm
Any idea when the final version of JFreeChart/JCommon jar files
will be released? We're still pending shipment of our software
and would prefer to know when the final version is available.
- Eric

-
david.gilbert
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
-
Contact:
Post
by david.gilbert » Fri Oct 14, 2005 9:11 am
I'm honestly not sure, I'd like it to be before the end of 2005.
-
swanzeynorm
- Posts: 1
- Joined: Tue Nov 01, 2005 3:14 pm
Post
by swanzeynorm » Tue Nov 01, 2005 3:29 pm
I've downloaded the file "jfreechart-1.0.0-rc1.zip" and I'm not seeing the posted MD5 sum. Since the latest release candidate is quite recent perhaps this hasn't been updated on the md5 sums info? I've had problems before where download filters removed portions of .zip and .jar files so before I check further into that with our network folks can someone check this out?
Other info:
CB73344F9203536E3F5EBE61DA7E2E33 << from the website "
http://www.jfree.org/jfreechart/index.php"
cb73344f9203536e3f5ebe61da7e2e33 jfreechart-1.0.0-rc1.zip << from the md5 link on jfree.org
From my console window:
C:\sandbox\download\SFJFreeChart>md5sum jfreechart-1.0.0-rc1.zip
a8d561e1e8cd852ef88c0d80b9753728 *jfreechart-1.0.0-rc1.zip
Thanks for the help -- I'm looking forward to learning more about this project!
Norm
-
Anders
Post
by Anders » Mon Nov 14, 2005 3:08 pm
I get an unusual warning from tar when I open the jfreechart-1.0.0-rc1.tar.gz tarball:
"tar: A lone zero block at 19253".
I first tried to download a new tarball from jfreechart web site directly, but the tarballs where identical. The MD5 hashes match though. I'm not really sure what this warning means, but I found it intriguing enough to be worth a few lines here.
-
brent80301
Post
by brent80301 » Mon Nov 14, 2005 10:02 pm
Be sure to update your jcommon too...that is where jfree.ui lives.
-Brent
Guest wrote:java.lang.NoSuchMethodError: org.jfree.ui.RectangleInsets.<init>(DDDD)V
at org.jfree.chart.axis.Axis.<clinit>
-
rudi
Post
by rudi » Mon Nov 14, 2005 10:46 pm
I upgraded to in JFreeChart 1.0.0-rc1 and found that that
Code: Select all
axis.setVerticalCategoryLabels(true)
is no longer available. Is there another way to achieve the same effect now ?
/Rudi
-
JayG
Post
by JayG » Wed Nov 23, 2005 3:17 pm
Is JFreeChart 1.0.0-rc1 thread-safe?