Sign in to follow this  
robertlight

Labels vs. Mouseovers

Recommended Posts

I'm making this comment with limited knowledge of FusionCharts...so please excuse me if I'm off base.

 

 

 

It seems that FusionCharts (at least with Pie2D) confuses the idea of a label with the mouseoverText. The label should be the thing that is printed on the screen, the mouseover text should also be able to be specified independently of the label text.

 

 

 

This way you could have the following data point in your xml:

 

 

 

 

 

 

clearly you would not want to have the huge mouseoverText as your label - mouseover text is used to quickly drill into the data a bit.

 

 

 

- Bob

Share this post


Link to post
Share on other sites

For a single series line chart, you can set labels and tool text as :

<set label='Your label' value='xx' toolText='Custom tool text' ... />

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