IndexOutOfBounds with Gantt charts

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

IndexOutOfBounds with Gantt charts

Post by Daniel Roth » Fri Jan 31, 2003 4:43 pm

Hi,

while producing a Gantt chart with two GanttSeries in a GanttSeriesCollection and not having all TimeAllocations for each of the tasks/periods, I get an IndexOutOfBounds exception.

Traced back to the origin in the source code and included some additional conditions to handle these cases, so it works fine for the moment. But I would like to see the same in upcoming releases.

What can I do? I'm not familiar with the guidelines in programming the JFreeChart.

Regards -

- Daniel

David Gilbert

Re: IndexOutOfBounds with Gantt charts

Post by David Gilbert » Fri Jan 31, 2003 5:04 pm

Hi Daniel,

If you want me to include your changes, e-mail me the file(s) and I'll look at them...or post a bug report at SourceForge, and attach your changes to that (then others can see them too, sometimes it takes me some time to incorporate changes). If you are quick, I can try to incorporate your fix for 0.9.5.

Regards,

Dave Gilbert

Locked