ros Report post Posted August 12, 2009 Hi , i have a problem to show label clearly in msCombi3D chart. I use this tag : <style type="Font" name="myHTMLFont" isHTML="1"/> but it doesn't work. is it normal? If so, is there a way to show the text of label on 2 rows? Example: I have this: Prima Colonna Seconda Colonna I wanna see this: Prima Seconda Colonna Colonna Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 13, 2009 Hello Ros, Could you please use labelDisplay='WRAP' in the <chart> element and try again? (Ref: http://www.fusioncharts.com/docs/Contents/AttDesc/DataLabels.html) By default, FusionCharts shows all the labels in wrap mode. The wrap mode enables you to wrap your long x-axis labels in multiple lines, as per requirement. I hope this helps. :hehe: Share this post Link to post Share on other sites
ros Report post Posted August 13, 2009 It doesn't work . Probably labelDisplay can't be used with Combi chart . What can I do? Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 13, 2009 Hello, The labelDisplay attribute works only when the string is longer than the space allotted for it. Could you please try using ' ' at the point you want the label to break off and start on a new line? I hope this helps. Share this post Link to post Share on other sites
ros Report post Posted August 13, 2009 It works Thank you very much. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 13, 2009 Hey :pinch: You're most welcome! Glad to be of help. :laugh: Share this post Link to post Share on other sites