Search found 3 matches

by register_anand
Fri Oct 06, 2006 6:50 am
Forum: JFreeChart
Topic: JfreeCharts intigration with struts
Replies: 27
Views: 53822

Cewolf is a very handy and easy tag lib for rendering charts. But the problem is it doesnot give flexibilty to change look and feel of the charts beyond certain points. Secondly it is not in sync with latest versions of jfree charts.

regards,

Anand.
by register_anand
Fri Oct 06, 2006 6:44 am
Forum: JFreeChart
Topic: Duplicate Dates on X axis for TimeSeries Graph.
Replies: 3
Views: 4526

Thanks David for your valuable reply. I am sorry the data was in wrong format and now we dont have duplicate dates.

Regards,

Anand.
by register_anand
Thu Sep 28, 2006 8:05 am
Forum: JFreeChart
Topic: Duplicate Dates on X axis for TimeSeries Graph.
Replies: 3
Views: 4526

Duplicate Dates on X axis for TimeSeries Graph.

Hi I am trying to use TimeSeries and Line Chart using XYDataSet, but my dates are duplicate as shown in the data below... WeekEndDates Series1 Series2 Series3 Series4 Series5 11/6/2005 1 1 2 1 10 11/6/2005 1 1 3 1 15 11/6/2005 1 1 4 1 10 11/6/2005 1 1 5 1 10 2/5/2006 3 3 15 3 100 2/5/2006 3 3 2 3 10...