ajitEarthwave Report post Posted September 2, 2011 Hi, We are using Fusion Charts are quite happy with it. We are facing some minor UI issues. We want X-Axis labels should always be slant. So we have used slantLabels ='1'. We have 2 different views for the same chart. When we view it in a smaller area it works fine but if we view in a bigger area the Slant Labels appear not to work anymore. The XML is same for both the views. The XML is attached below: <chart canvasBgColor='EFEFEF' divLineColor='BDB3BD' showAlternateHGridColor='0' slantLabels ='1' showValues='0' exportEnabled='1' exportShowMenuItem='1' exportAtClient='0' exportHandler='http://1.111.11.111/Earthport/ChartExport.Sample' exportFormats='PDF=Export as PDF|PNG=Export as PNG Image|JPG=Export as JPEG Image' exportAction='download' exportCallback='save' showExportDialog='1' exportFileName='EarthportWidget' aboutMenuItemLabel='About Earthwave' aboutMenuItemLink='n-http://www.earthwave.com.au' showShadow='0' bgAlpha='0,0' legendBgAlpha='0' canvasBorderAlpha='0' legendBorderAlpha='0' legendShadow='0' legendBorderThickness='0' showBorder='0' outCnvBaseFontColor='666666' outCnvBaseFont='Arial, Helvetica' baseFontColor='666666' baseFontSize='10' baseFont='Arial' ><categories><category label='Oct-10' /> <category label='Nov-10' /> <category label='Dec-10' /> <category label='Jan-11' /> <category label='Feb-11' /> <category label='Mar-11' /> <category label='Apr-11' /> <category label='May-11' /> <category label='Jun-11' /> <category label='Jul-11' /> <category label='Aug-11' /> <category label='Sep-11' /> </categories><dataset seriesName='Incidents'><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='77597226' /><set value='14589363' /><set value='127740269' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /></dataset><dataset seriesName='Exposures'><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /></dataset><dataset seriesName='Vulnerabilities'><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /><set value='0' /></dataset></chart> Screenshots attached as well: Regards, Ajit Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 2, 2011 Hi, Thanks for your post. Could you please confirm the FusionCharts and browser version you are using? Awaiting for your response. Share this post Link to post Share on other sites
ajitEarthwave Report post Posted September 2, 2011 Fusion Charts V3.1.1 Browser- IE 8 & Firefox 6.0 Hi, Thanks for your post. Could you please confirm the FusionCharts and browser version you are using? Awaiting for your response. Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 2, 2011 Hi, Thanks for your response. You would need to use slantLabels='1' along with labelDisplay='ROTATE' in order to make it work. For ex: <chart labelDisplay='Rotate' slantLabels='1' ..> For more details, please visit : http://www.fusioncharts.com/archive/3_1_1/docs/Contents/ChartSS/MSLine.html#Anchor1 Hope this helps. Share this post Link to post Share on other sites
ajitEarthwave Report post Posted September 2, 2011 Thanks for the reply. It works. Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 2, 2011 Hi, Glad to know that you have managed to resolve your problem. Happy FusionCharting! Share this post Link to post Share on other sites