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.
Version 0.9.1 available...
Re: Version 0.9.1 available...
An update to the documentation, for those that have purchased it, should be available by the end of today.
Regards,
DG.
Regards,
DG.
Re: Version 0.9.1 available...
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.