I would like to display dependencies in the Gantt chart of BIRT.
Since there does not seem to be any support for that, is the scripting API flexible enough so I can draw the dependencies myself ? (I know the names of the series items, I could retrieve the coordinates of beginning and end of tasks that are linked, and draw the line between...)
Otherwise, is it possible, always with scripting, to parse the data to find out the critical path of the Gantt chart, and fill the corresponding bars with a specific color?
Before delving into BIRT API, I would like to know if I have a chance to succeed beforehand