Sign in to follow this  
deborah

tooltip {br} outputs "{br}" instead of a break

Recommended Posts

Hi, I have Fusion Charts 3.1. In the XML, I'm using:

 

 

 

 

 

 

However, the output in the tooltip is "Historical{br}50%" with no break.

 

 

 

Deborah

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello,

 

 

 

The XML you tried to provide has not displayed for some reason. ;)

 

Please send it in an attachment so that we may take a peak.

 

 

 

FusionCharts v3 allows you to put your tool tips in multiple lines with a little manual tweaking. Consider the XML below:

 

 

 

<chart>

 

<set label='John' value='420' tooltext='John Miller{br}Score: 420{br}Rank:2'/>

 

<set label='Mary' value='295' tooltext='Mary Evans{br}Score: 295{br}Rank:3'/>

 

<set label='Tom' value='523' tooltext='Tom Bowler{br}Score: 523{br}Rank:1'/>

 

</chart>

 

 

 

Couls you please make sure that your XML format, while using tool tip, is that of the example ablove?

 

 

 

Looking forward to your reply. ;)

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