Version 0.9.1 available...

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

Version 0.9.1 available...

Post by David Gilbert » Fri Jun 14, 2002 11:30 am

Hi All,

I've posted version 0.9.1 on SourceForge (it will be here at object-refinery.com soon):

http://sourceforge.net/projects/jfreechart

This contains bug fixes and Javadoc updates.

- auto-range on axes should be responding to dataset updates again;
- crosshairs should be working again;
- added a check for null info object in draw(...) method;
- range markers only drawn if they are within the axis range;
- added check for null popup menu in ChartPanel mouseDragged;
- Gantt chart range calculation fixed;
- tooltip registration changed (still may not work on Windows/JDK1.4);

This release also adds some JUnit tests for future regression testing.

Please keep posting your feedback.

Regards,

DG.

David Gilbert

Re: Version 0.9.1 available...

Post by David Gilbert » Fri Jun 14, 2002 12:08 pm

An update to the documentation, for those that have purchased it, should be available by the end of today.

Regards,

DG.

Michael Taylor

Re: Version 0.9.1 available...

Post by Michael Taylor » Fri Jun 14, 2002 3:43 pm

Thanks David, during my testing of my Gantt Chart program, I noticed that the range was truncating. Just noticed it yesterday and you've already fixed it. Cool - best support I've seen in a long time.

Locked