pplingling Report post Posted June 16, 2009 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
saptarshi Report post Posted June 16, 2009 Hello, Could you please try using a new line character to change the line and see if it works? (slash n) Share this post Link to post Share on other sites
pplingling Report post Posted June 16, 2009 (edited) 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: Edited June 16, 2009 by Guest Share this post Link to post Share on other sites
hdagheda Report post Posted June 18, 2009 (edited) 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 June 18, 2009 by Guest Share this post Link to post Share on other sites
saptarshi Report post Posted June 18, 2009 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
rhyen Report post Posted July 7, 2009 (edited) I too am having trouble getting line breaks to work. Here's my code: 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 July 7, 2009 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 8, 2009 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