AbstractDataSource

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
losiledlighting
Posts: 2
Joined: Wed Jun 05, 2019 8:19 am
antibot: No, of course not.

AbstractDataSource

Post by losiledlighting » Wed Jun 05, 2019 8:21 am

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.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: AbstractDataSource

Post by david.gilbert » Mon Jul 01, 2019 2:39 am

I'm not sure of the version numbers you are referring to, but AbstractDataSource became AbstractDataset way back in the history of JFreeChart.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked