Sign in to follow this  
pplingling

show data values in multi lines?

Recommended Posts

I want to show data values in multiple lines.

I put '{br}' in the displayValue,like:

<set label='David' value='42300' displayValue='this value is too large,{br} please notice'/>

but it does not work.The value still show in one line.

How can I show data values in multi lines like tooltip  in multiple lines ?

Thanks A Lot!

Share this post


Link to post
Share on other sites

Hello,

I use the line character 'slash n' or 'r',but it does not work.

The xml:

 <set label='Jul' value='31800'  displayValue='aar bb cc {br} dd '/>('slash n'  between character 'bb' and 'cc')

The chart:32542a0d-5873-4254-841e-badf.bmp

Edited by Guest

Share this post


Link to post
Share on other sites

Hi

 

i had same problem but then i used wordwrap function in php in which you just specify the width and line break char like

 

 

 

((wordwrap($name,30,"")) ///shash is not being displayed :)

 

 

 

 

 

this worked great for me ... might be helpful to you.

 

 

 

Thanks & Regards,

 

Heena

Edited by Guest

Share this post


Link to post
Share on other sites

Hello,

 

 

 

I checked. The

tag should work.

 

 

 

The problem could be because the charts are not updated. Could you please confirm if you are using the latest version of the charts?

 

 

 

In case you are not, please visit the following to update:

 

 

 

http://fusioncharts.com/PUC/

 

 

 

Hope this helps. :)

Share this post


Link to post
Share on other sites

I too am having trouble getting line breaks to work.

 

 

 

Here's my code:

 

 

 

picture12.png

 

 

 

I'm not clear on the correct placement and format for slash n and slash r - is there documentation on that?

 

 

 

I'm working solely in flash/xml and looking for a workaround for long labels in a 2D Pie Chart, since the wrap feature doesn't seem to work. Anyone had success with this?

 

 

 

Thanks!

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Rajroop

Could you try using instead of {br} and try again?

 

 

 

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