Gantt chart in Report Module

Hello,

Any idea on how to create a Gantt chart in the report module?
Similar the perspective XY Chart gantt mode.

Maybe with this:

import org.jfree.data.gantt.Task;
import org.jfree.data.gantt.TaskSeries;
import org.jfree.data.gantt.TaskSeriesCollection;

But I’ve not tried that

1 Like

Could you please send me the example.
After I import those how to call and fill the chart in report page?

ops sorry. Miss tying. I meant I have not tried that. :expressionless:

There is a simple StatusChart for the reporting module. It has the same functionality as Visions StatusChart, so not a real Gant Chart.
https://github.com/chi-Ignition/report-components/tree/master/chi-report-components

2 Likes

Does it work with 8.1?
I install the module but there is no Gantt chart object in my report components in my report desinger.

The symbol ist missing in 8.x but the chart should show up in the palette anyway.

2 Likes