Multi-Series Gantt Chart Task Labels Not Showing [message #1085133] |
Mon, 12 August 2013 09:50  |
Eclipse User |
|
|
|
Hello all,
I am trying to make a 2 series Gantt Chart on BIRT using an SQL Query that returns these columns:
Start Time || Duration || Process Name || Location Name
19.823 || 67.324 || Process 1 || Location 1
22.567 || 97.367 || Process 1 || Location 2
36.567 || 53.367 || Process 2 || Location 2
38.567 || 47.367 || Process 2 || Location 1
The start time and duration is in unit days, and I add them to the process start time using BIRT's addDay function. I am attempting to have 2 series on the same chart grouping by location, and the problem is when I do this the task labels for series 1 never show on the chart. I have tried adding the Location Name to the Optional Y Series Grouping feature in the Select Data section, I have also tried creating 2 series manually by applying
if (row["LOCATION_NAME"] == params["Location1"].value)
to all the fields in the Value (Y) Series for series 1 and a "Location2" if statement for series 2. On the formatting, I have the x-axis and series labels turned off, and the task labels turned on and positioned to the left. the silly thing is, if I position the task labels for both series to the right they both show up on the graph.
Thank you for any assistance you can provide.
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.24163 seconds