Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Birt Bar Interval Chart
Birt Bar Interval Chart [message #843785] Fri, 13 April 2012 11:13 Go to next message
Nepomuk Seiler is currently offline Nepomuk SeilerFriend
Messages: 88
Registered: December 2010
Member
Hi,

I want to create a bar which looks as this

(Categories)
A: ######      ####        ####
B:     ########               #########
C:                 ########
  12:00 13:00 14:00 15:00 16:00 17:00 (Timeline)


First I tried the Gantt chart, but it I wasn't able
to create the categories Axis with distinct Categories.
So for the example chart above, BIRT creates 3x A Category,
2x B Category and 1x C Category. Grouping on the Y-Axis
didn't helped, as it didn't merged the intervalls.

The Barchart doesn't support intervals at all AFAIK.

Is there a possibility to achieve this?

cheers,
Muki
Re: Birt Bar Interval Chart [message #844033 is a reply to message #843785] Fri, 13 April 2012 16:09 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

When you did this with the Gantt chart did you set grouping the category
axis? This is done on the second tab of the chart wizard. It is
accessed with the button next to the expression.

Jason

On 4/13/2012 7:13 AM, Nepomuk Seiler wrote:
> Hi,
>
> I want to create a bar which looks as this
>
>
> (Categories)
> A: ###### #### ####
> B: ######## #########
> C: ########
> 12:00 13:00 14:00 15:00 16:00 17:00 (Timeline)
>
>
> First I tried the Gantt chart, but it I wasn't able
> to create the categories Axis with distinct Categories.
> So for the example chart above, BIRT creates 3x A Category,
> 2x B Category and 1x C Category. Grouping on the Y-Axis
> didn't helped, as it didn't merged the intervalls.
>
> The Barchart doesn't support intervals at all AFAIK.
>
> Is there a possibility to achieve this?
>
> cheers,
> Muki
>
Re: Birt Bar Interval Chart [message #844039 is a reply to message #843785] Fri, 13 April 2012 16:09 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

When you did this with the Gantt chart did you set grouping the category
axis? This is done on the second tab of the chart wizard. It is
accessed with the button next to the expression.

Jason

On 4/13/2012 7:13 AM, Nepomuk Seiler wrote:
> Hi,
>
> I want to create a bar which looks as this
>
>
> (Categories)
> A: ###### #### ####
> B: ######## #########
> C: ########
> 12:00 13:00 14:00 15:00 16:00 17:00 (Timeline)
>
>
> First I tried the Gantt chart, but it I wasn't able
> to create the categories Axis with distinct Categories.
> So for the example chart above, BIRT creates 3x A Category,
> 2x B Category and 1x C Category. Grouping on the Y-Axis
> didn't helped, as it didn't merged the intervalls.
>
> The Barchart doesn't support intervals at all AFAIK.
>
> Is there a possibility to achieve this?
>
> cheers,
> Muki
>
Re: Birt Bar Interval Chart [message #846627 is a reply to message #844033] Mon, 16 April 2012 10:56 Go to previous messageGo to next message
Nepomuk Seiler is currently offline Nepomuk SeilerFriend
Messages: 88
Registered: December 2010
Member
Hi. I used the grouping feature on the second page. With and without grouping enabled (with step 1).

The sample data looks like this:

start		end		label
16.04.2012	20.04.2012	Label A
18.04.2012	21.04.2012	Label B
21.04.2012	26.04.2012	Label A
25.04.2012	28.04.2012	Label C
28.04.2012	01.05.2012	Label B
31.04.2012	06.05.2012	Label C	


With grouping disabled
http://ubuntuone.com/3LTpvz1CeYMeWJ7fZ1y3Tw

With grouping enabled
http://ubuntuone.com/7fknUAZIYduLUezJDdglQp
Re: Birt Bar Interval Chart [message #846992 is a reply to message #846627] Mon, 16 April 2012 23:33 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I got it to combine two categories with the same name but it does not
have a space between the task end and start. I used min and max
aggregates. You may want to log a bug for this.

Jason

On 4/16/2012 6:56 AM, Nepomuk Seiler wrote:
> Hi. I used the grouping feature on the second page. With and without
> grouping enabled (with step 1).
>
> The sample data looks like this:
>
>
> start end label
> 16.04.2012 20.04.2012 Label A
> 18.04.2012 21.04.2012 Label B
> 21.04.2012 26.04.2012 Label A
> 25.04.2012 28.04.2012 Label C
> 28.04.2012 01.05.2012 Label B
> 31.04.2012 06.05.2012 Label C
>
>
> With grouping disabled
>
> With grouping enabled
Re: Birt Bar Interval Chart [message #846996 is a reply to message #846627] Mon, 16 April 2012 23:33 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I got it to combine two categories with the same name but it does not
have a space between the task end and start. I used min and max
aggregates. You may want to log a bug for this.

Jason

On 4/16/2012 6:56 AM, Nepomuk Seiler wrote:
> Hi. I used the grouping feature on the second page. With and without
> grouping enabled (with step 1).
>
> The sample data looks like this:
>
>
> start end label
> 16.04.2012 20.04.2012 Label A
> 18.04.2012 21.04.2012 Label B
> 21.04.2012 26.04.2012 Label A
> 25.04.2012 28.04.2012 Label C
> 28.04.2012 01.05.2012 Label B
> 31.04.2012 06.05.2012 Label C
>
>
> With grouping disabled
>
> With grouping enabled
Re: Birt Bar Interval Chart [message #847000 is a reply to message #846627] Mon, 16 April 2012 23:33 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I got it to combine two categories with the same name but it does not
have a space between the task end and start. I used min and max
aggregates. You may want to log a bug for this.

Jason

On 4/16/2012 6:56 AM, Nepomuk Seiler wrote:
> Hi. I used the grouping feature on the second page. With and without
> grouping enabled (with step 1).
>
> The sample data looks like this:
>
>
> start end label
> 16.04.2012 20.04.2012 Label A
> 18.04.2012 21.04.2012 Label B
> 21.04.2012 26.04.2012 Label A
> 25.04.2012 28.04.2012 Label C
> 28.04.2012 01.05.2012 Label B
> 31.04.2012 06.05.2012 Label C
>
>
> With grouping disabled
>
> With grouping enabled
Re: Birt Bar Interval Chart [message #847004 is a reply to message #846627] Mon, 16 April 2012 23:33 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I got it to combine two categories with the same name but it does not
have a space between the task end and start. I used min and max
aggregates. You may want to log a bug for this.

Jason

On 4/16/2012 6:56 AM, Nepomuk Seiler wrote:
> Hi. I used the grouping feature on the second page. With and without
> grouping enabled (with step 1).
>
> The sample data looks like this:
>
>
> start end label
> 16.04.2012 20.04.2012 Label A
> 18.04.2012 21.04.2012 Label B
> 21.04.2012 26.04.2012 Label A
> 25.04.2012 28.04.2012 Label C
> 28.04.2012 01.05.2012 Label B
> 31.04.2012 06.05.2012 Label C
>
>
> With grouping disabled
>
> With grouping enabled
Re: Birt Bar Interval Chart [message #847008 is a reply to message #846627] Mon, 16 April 2012 23:33 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I got it to combine two categories with the same name but it does not
have a space between the task end and start. I used min and max
aggregates. You may want to log a bug for this.

Jason

On 4/16/2012 6:56 AM, Nepomuk Seiler wrote:
> Hi. I used the grouping feature on the second page. With and without
> grouping enabled (with step 1).
>
> The sample data looks like this:
>
>
> start end label
> 16.04.2012 20.04.2012 Label A
> 18.04.2012 21.04.2012 Label B
> 21.04.2012 26.04.2012 Label A
> 25.04.2012 28.04.2012 Label C
> 28.04.2012 01.05.2012 Label B
> 31.04.2012 06.05.2012 Label C
>
>
> With grouping disabled
>
> With grouping enabled
Re: Birt Bar Interval Chart [message #847012 is a reply to message #846627] Mon, 16 April 2012 23:33 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I got it to combine two categories with the same name but it does not
have a space between the task end and start. I used min and max
aggregates. You may want to log a bug for this.

Jason

On 4/16/2012 6:56 AM, Nepomuk Seiler wrote:
> Hi. I used the grouping feature on the second page. With and without
> grouping enabled (with step 1).
>
> The sample data looks like this:
>
>
> start end label
> 16.04.2012 20.04.2012 Label A
> 18.04.2012 21.04.2012 Label B
> 21.04.2012 26.04.2012 Label A
> 25.04.2012 28.04.2012 Label C
> 28.04.2012 01.05.2012 Label B
> 31.04.2012 06.05.2012 Label C
>
>
> With grouping disabled
>
> With grouping enabled
Re: Birt Bar Interval Chart [message #847016 is a reply to message #846627] Mon, 16 April 2012 23:33 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

I got it to combine two categories with the same name but it does not
have a space between the task end and start. I used min and max
aggregates. You may want to log a bug for this.

Jason

On 4/16/2012 6:56 AM, Nepomuk Seiler wrote:
> Hi. I used the grouping feature on the second page. With and without
> grouping enabled (with step 1).
>
> The sample data looks like this:
>
>
> start end label
> 16.04.2012 20.04.2012 Label A
> 18.04.2012 21.04.2012 Label B
> 21.04.2012 26.04.2012 Label A
> 25.04.2012 28.04.2012 Label C
> 28.04.2012 01.05.2012 Label B
> 31.04.2012 06.05.2012 Label C
>
>
> With grouping disabled
>
> With grouping enabled
Re: Birt Bar Interval Chart [message #847284 is a reply to message #847016] Tue, 17 April 2012 06:57 Go to previous messageGo to next message
Nepomuk Seiler is currently offline Nepomuk SeilerFriend
Messages: 88
Registered: December 2010
Member
I reported a bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=376935
Re: Birt Bar Interval Chart [message #847726 is a reply to message #847284] Tue, 17 April 2012 15:39 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Thanks for posting the bug number.

Jason

On 4/17/2012 2:57 AM, Nepomuk Seiler wrote:
> I reported a bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=376935
Previous Topic:Dependant entities in the same report table
Next Topic:Legend entries for curve fitting lines
Goto Forum:
  


Current Time: Sat Apr 20 01:48:34 GMT 2024

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

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

Back to the top