deepti Report post Posted March 19, 2013 Hi, Is it possible to WRAP slant x-axis labels in fusioncharts(v.3.2)? Thanks, Deepthy. Share this post Link to post Share on other sites
Swarnam Report post Posted March 19, 2013 Hi Deepthy, For Flash charts, to display the labels in Wrap and Slanted mode, please use the following settings. Ref. code: <chart labelDisplay='AUTO' slantLabels='1'.....> Hope this helps. Share this post Link to post Share on other sites
deepti Report post Posted March 19, 2013 (edited) Hi , Thanks for the reply.I tried the following xml with labelDisplay='AUTO' slantLabels='1': "<?xml version='1.0' encoding='UTF-8' standalone='yes'?><chart animation='1' labelDisplay='AUTO' rotateLabels='0' slantLabels='1' showValues='0' adjustDiv='0' yAxisMinValue='5.0' yAxisMaxValue='95.0' caption='Test Station Pareto Analysis' xAxisName='Activity' yAxisName='Occurences' bgColor='FFFFFF' canvasBgColor='F3F5F5' numDivLines='9' formatNumberScale='0' decimals='0'> <set label='Op 1960 .Sta 1960.1.TP 7 ' value='75.0' color='B99946' toolText='75.0'/> <set label='Op 1960 .Sta 1960.1.TP 33 ' value='50.0' color='B99946' toolText='50.0'/> <set label='Op 1960 .Sta 1960.1.TP 21 ' value='50.0' color='B99946' toolText='50.0'/> <set label='Op 1960 .Sta 1960.1.TP 3 ' value='49.0' color='B99946' toolText='49.0'/> <set label='Op 1960 .Sta 1960.1.TP 42 ' value='25.0' color='B99946' toolText='25.0'/> <set label='Op 1960 .Sta 1960.1.TP 29 ' value='25.0' color='B99946' toolText='25.0'/></chart>" But it didn't work.I got the result as shown in the attachment.Do i need to set anythig else? Thanks, Deepti. Edited March 19, 2013 by deepti Share this post Link to post Share on other sites
Sanjukta Report post Posted March 19, 2013 Hi, Hi , Thanks for the reply.I tried the following xml with labelDisplay='AUTO' slantLabels='1': "<?xml version='1.0' encoding='UTF-8' standalone='yes'?><chart animation='1' labelDisplay='AUTO' rotateLabels='0' slantLabels='1' showValues='0' adjustDiv='0' yAxisMinValue='5.0' yAxisMaxValue='95.0' caption='Test Station Pareto Analysis' xAxisName='Activity' yAxisName='Occurences' bgColor='FFFFFF' canvasBgColor='F3F5F5' numDivLines='9' formatNumberScale='0' decimals='0'> <set label='Op 1960 .Sta 1960.1.TP 7 ' value='75.0' color='B99946' toolText='75.0'/> <set label='Op 1960 .Sta 1960.1.TP 33 ' value='50.0' color='B99946' toolText='50.0'/> <set label='Op 1960 .Sta 1960.1.TP 21 ' value='50.0' color='B99946' toolText='50.0'/> <set label='Op 1960 .Sta 1960.1.TP 3 ' value='49.0' color='B99946' toolText='49.0'/> <set label='Op 1960 .Sta 1960.1.TP 42 ' value='25.0' color='B99946' toolText='25.0'/> <set label='Op 1960 .Sta 1960.1.TP 29 ' value='25.0' color='B99946' toolText='25.0'/></chart>" But it didn't work.I got the result as shown in the attachment.Do i need to set anythig else? Thanks, Deepti. Could you please confirm if you are using the latest version of FusionCharts, i.e, FusionCharts XT (v3.3.0)? In case not, please upgrade your current version to the latest and see if this helps. Ref.- http://www.fusioncharts.com/download/trials/ Hope this helps. Share this post Link to post Share on other sites