Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Chart tooltip only shows once
Chart tooltip only shows once [message #1142963] Fri, 18 October 2013 00:05 Go to next message
Joe Smith is currently offline Joe SmithFriend
Messages: 6
Registered: October 2013
Junior Member
I have a pie chart. I enabled the tooltip with:

PieSeries sePie = (PieSeries) PieSeriesImpl.create( );
sePie.getTriggers( ).add( TriggerImpl.create( TriggerCondition.ONMOUSEOVER_LITERAL,
ActionImpl.create( ActionType.SHOW_TOOLTIP_LITERAL,
TooltipValueImpl.create( 0, null ) ) ) );

The first time I bring up a pie chart and hover over a slice, I see the tooltip.

Hovering over another slice shows no tooltip.

I see that if I cause the chart to repaint, then the tooltip again shows up for the first slice.

Any ideas?

Thanks
Re: Chart tooltip only shows once [message #1143032 is a reply to message #1142963] Fri, 18 October 2013 01:08 Go to previous messageGo to next message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

Can you attach a sample I can run that shows your issue?

Michael

Developer Evangelist, Silanis
Re: Chart tooltip only shows once [message #1153850 is a reply to message #1143032] Thu, 24 October 2013 22:23 Go to previous messageGo to next message
Joe Smith is currently offline Joe SmithFriend
Messages: 6
Registered: October 2013
Junior Member
Hi Michael,

Attached please find a sample code that you can run to see the issue. Notice that the tooltip does not show for all pie slices.

Thanks,
Joe
Re: Chart tooltip only shows once [message #1159879 is a reply to message #1153850] Mon, 28 October 2013 21:13 Go to previous messageGo to next message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

Hmm. I see a similar issue. I get the tooltips to show correctly after running the project for a few seconds, then it sets on one tooltip that is shown no matter what slice I'm on.

Michael

Developer Evangelist, Silanis
Re: Chart tooltip only shows once [message #1159900 is a reply to message #1159879] Mon, 28 October 2013 21:35 Go to previous messageGo to next message
Joe Smith is currently offline Joe SmithFriend
Messages: 6
Registered: October 2013
Junior Member
I am using jdk1.6.0_17
Re: Chart tooltip only shows once [message #1159906 is a reply to message #1159900] Mon, 28 October 2013 21:37 Go to previous messageGo to next message
Joe Smith is currently offline Joe SmithFriend
Messages: 6
Registered: October 2013
Junior Member
Any idea how to fix this or is there a workaround?
Re: Chart tooltip only shows once [message #1196930 is a reply to message #1159906] Tue, 19 November 2013 17:20 Go to previous message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

Sorry for the delay. Were you able to work around this?

Michael

Developer Evangelist, Silanis
Previous Topic:Suppress a Grid
Next Topic: Eclipse report deployment error
Goto Forum:
  


Current Time: Fri Apr 19 03:01:57 GMT 2024

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

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

Back to the top