My problem is that I cannot display data which is filtered by date from database in JFreeChart. Filtering from database works fine, and it is showed on the console. But how to insert that data into series in dataset. I am still trying to solve this problem. I hope you guys can help.
Asked
Active
Viewed 637 times
1 Answers
2
You might look at JDBCXYDataset
, which can detect a time series based on metadata. Click on the class name to see the corresponding source, for example.

trashgod
- 203,806
- 29
- 246
- 1,045