OBIEE doesn't have a default GANTT type chart type.
For a customer I developed a simple and crude alternative. First I get the LAG column and a Dummy column which calculates the total duration in the selection so far:
Then a select a vertical bar graph in which I give the dummy column the same colour as the background:
I know it's crude, but it works, but any better suggestions are welcome.