Skip to main content



      Home
Home » Archived » BIRT » Cannot show tooltips when mouse hovering on Stacked Area Chart
Cannot show tooltips when mouse hovering on Stacked Area Chart [message #163869] Tue, 23 May 2006 14:41
Eclipse UserFriend
Hi,

Am using BIRT 2.0.1 (all in one) and have downloaded BIRT examples.

While I managed to get 'createSTChart' method working, I am unable to get
it right with Stacked Area Chart.

Here is what I am doing. For each 'AreaSeries':

>as1.setSeriesIdentifier( "Series 1" );
>as1.setDataSet( seriesOneValues );
>as1.setTranslucent( true );
>as1.getLineAttributes().setColor( ColorDefinitionImpl.BLUE( ) );
>as1.getLabel( ).setVisible( false );
>as1.setStacked(true);
>as1.getTriggers( ).add(
> TriggerImpl.create( TriggerCondition.ONCLICK_LITERAL,
> ActionImpl.create( ActionType.SHOW_TOOLTIP_LITERAL,
> TooltipValueImpl.create( 0, "Series 1" ) ) ) );

I am hoping that when mouse is hovering in colored region between 2
graphs, tooltip shows name of the series.

Can you please guide me?

Thanks.

Marc
Previous Topic:Deploying Flat Files as Data Sources problem
Next Topic:Hyperlinks not being rendered at runtime?
Goto Forum:
  


Current Time: Sun Nov 09 21:31:31 EST 2025

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

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

Back to the top