Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Gantt Chart in OBIEE

Hi All,
I had a requirement of implementing Gantt chart in OBIEE. Please let me know how to accomplish this in OBIEE.
Regards,
Suman
Answers
-
Hi There,
For start go through this post http://www.rittmanmead.com/blog/2013/06/embedding-a-d3-visualisation-in-obiee/
There are a lot more , try to Google for D3 visualization in OBIEE .
Thanks,
Rampradeep
0 -
Hi,
First you could have done a search on here as the question as been asked and answered few times already.
The short answer is that you don't have any Gantt chart out of the box in OBIEE.
The longer answer is that you have 2 options:
1) you can cheat a bit and generate a kind of Gantt by using a stacked bar chart, have a look at SampleApp for an example: http://slc02oks.oracle.com:7780/analytics/saw.dll?Dashboard&PortalPath=%2Fshared%2F02.%20Visualizations%2F_portal%2F2.10… (Prodney / Admin123)
2) you must use an external or JS based library to display your Gantt chart (and for that look on Google for options, as long as it's JS/CSS it can be implemented in OBIEE as it's a web page all in all)
0 -
+1 to Gianni. There's tons of threads where we always give the same answer:
Go have a look at what SampleApp contains in terms of visualizations. There are literally dozens of examples ready to be used.
0