Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Multi-Series Gantt Chart Task Labels Not Showing
Multi-Series Gantt Chart Task Labels Not Showing [message #1085133] Mon, 12 August 2013 13:50 Go to next message
Brandon Weiler is currently offline Brandon WeilerFriend
Messages: 2
Registered: August 2013
Junior Member
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.
Re: Multi-Series Gantt Chart Task Labels Not Showing [message #1086337 is a reply to message #1085133] Wed, 14 August 2013 05:15 Go to previous messageGo to next message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

What is your BIRT version?

Michael

Developer Evangelist, Silanis
Re: Multi-Series Gantt Chart Task Labels Not Showing [message #1086587 is a reply to message #1086337] Wed, 14 August 2013 11:46 Go to previous messageGo to next message
Brandon Weiler is currently offline Brandon WeilerFriend
Messages: 2
Registered: August 2013
Junior Member
3.7.2
Re: Multi-Series Gantt Chart Task Labels Not Showing [message #1087512 is a reply to message #1086587] Thu, 15 August 2013 19:19 Go to previous message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

Linking this thread with the one over on BIRT Exchange.

BIRT Exchange Forums - Gantt Chart Task Label not Showing on Multi-Series


Michael

Developer Evangelist, Silanis
Previous Topic:how to dynamically select embedded image?
Next Topic:Getting Primary Y-Axis to Match Secondary Y-Axis
Goto Forum:
  


Current Time: Thu Mar 28 09:51:47 GMT 2024

Powered by FUDForum. Page generated in 0.04554 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top