Sign in to follow this  
Guest Rajroop

Annotations/Tooltips for 2D area

Recommended Posts

Hi,

 

 

 

I know I can have tooltips and annotations on specific data points, but how would I go about displaying some text for different datasets on a multi chart.

 

 

 

Speciffically, I have a StackedArea2D.swf that has about 10 stacked datasets. Ideally the user will be able to see the name of the dataset when they hover over a specific colored area.

 

 

 

Thank you.

 

Maria

Share this post


Link to post
Share on other sites
Guest Rajroop

Hey Maria :D,

 

 

 

In the case of representing multiple data sets in the Area 2D chart, as you have correctly noted, tool tip and annotations can be shown for specific data points.

 

 

 

However, tooltip can not be shown on the dataset when they hover over a specific colored area, as you have mentioned. The tooltip has to confirm to a point where area charts are concerned.

 

 

 

They maybe a workaround for this. You can use Anchors to show tooltips and achieve a considerable amount of success in fulfilling your requirement.

 

 

 

The Anchors handle tool tips and links for the data points. You can hide them by setting alpha to 0 and still enable tool tips and links.

 

 

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this