| Cannot show tooltips when mouse hovering on Stacked Area Chart [message #163869] |
Tue, 23 May 2006 14:41 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03172 seconds