I am upgrading some graphs that were running on JFreeChart 5.2 to 8.1. One of the classes created for my graphs extends the AbstractDataSource class which appears to no longer be present in 8.1. Does anyone know if there an easy way to get the same functionality in the new version without major code revisions?
Thanks!
David
AbstractDataSource
Re: AbstractDataSource
Hi David,
All the XXXDataSource classes have had name changes to XXXDataset. You will find other things that have changed also, in the name of progress. I plan to freeze the API when we get to version 1.0.0.
Regards,
DG
All the XXXDataSource classes have had name changes to XXXDataset. You will find other things that have changed also, in the name of progress. I plan to freeze the API when we get to version 1.0.0.
Regards,
DG