Broken Charts With 0.9.4

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Suprigya

Broken Charts With 0.9.4

Post by Suprigya » Thu Oct 24, 2002 7:36 pm

Hi,

I was using 0.9.3 and my charts were working fine. I switched to 0.9.4 and charts are coming as broken images( displaying a 'X' ). I have replaced 0.7.0 jCommon with 0.7.1 also. I am not getting any error. Just broken chart. I switched back to 0.9.3 and it works fine. What should I do?

Thanks.

Dave Gilbert

Re: Broken Charts With 0.9.4

Post by Dave Gilbert » Fri Oct 25, 2002 9:30 am

There are API changes that mean you won't be able to just drop in the new jar files, you need to recompile your code and fix any compilation issues that arise. If you get something that doesn't compile, and you don't understand why, then feel free to ask...

Regards,

DG.

Locked