BUG? - Gantt charts are cut short

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

BUG? - Gantt charts are cut short

Post by Gin » Thu Jun 13, 2002 5:38 am

I'm not so sure if this is a bug but I tried running the scenario with my code and the GanttChart demo.

I have the following dates as for my GanttSeries:

01-JAN-2002, 05-JAN-2002

05-JAN-2002, 15-JAN-2002

01-FEB-2002, 15-FEB-2002

When I generated the chart my chart gets cut at around Feb 5 or so.

I tried the same values with the GanttChart demo, and I got the same results. I tried cutting the sample data in the demo, got the first 3 entries, and I still got a cut gantt chart.

Is there something I'm not doing right? Or could it be a bug?

Thanks in advance for the help!

Great job on JFreeChart David! I'll be saving up for the documentation.

David Gilbert

Re: BUG? - Gantt charts are cut short

Post by David Gilbert » Thu Jun 13, 2002 9:24 am

Something similar happened in the past with the candle stick chart...I think the axis range code might not be checking the maximum and minimum values, just the middle value. I'll register this as a bug on SourceForge and hopefully get a look at it soon...

Regards,

DG.

Gin

Re: BUG? - Gantt charts are cut short

Post by Gin » Thu Jun 13, 2002 9:35 am

Alright,

Thanks for the reply David!

Just thought you might want to know, I tried generating a gantt chart with just one time allocation in the GanttSeries and it showed nothing. Hope that helps.

Keep up the good work!

Locked