JdbcCategoryDataset

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

JdbcCategoryDataset

Post by Ashwani » Mon Jul 29, 2002 5:24 am

Dear David,

There seems to be a bug in the class JdbcCategoryDataset. When I plot using JdbcCategoryDataset I do not get plot as I set the data in that order. I use executeQuery with proper order by clause in the SQL statement.

Perhaps, you can create empty DefaultCategorySet and later one can add data into it using setValue as in DefaultPieDataSet.

Ashwani

Bryan

Re: JdbcCategoryDataset

Post by Bryan » Mon Jul 29, 2002 7:52 am

Ashwani

This has been noted, and bug fix submitted to DG for inclusion in CVS.
Please refer to http://www.object-refinery.com/phorum-3 ... 432&t=3432

Bryan

Locked