chart-newbie Report post Posted October 3, 2013 (edited) In the two attached charts, I have the following in chart attributes: labelDisplay='Rotate' slantLabels='1' The labels do get rotated at 45 degree on the carts. however, there are missing or wrapped characters on the first lablel. This made them hard for users to understand: 1) on the first chart: the first label "Mar" are rendered as "M" only; 2) on the second chart: the first lable "Sep" are rendered in two lines, "Se" and "P". Could you please let me know what's the problem? or is it a bug in fushionchart? Thanks! Edited October 3, 2013 by chart-newbie Share this post Link to post Share on other sites
Guest Rishab Report post Posted October 4, 2013 Hi,Please provide a code snippet that may help in comprehension and also let me know the FusionCharts XT version you are using to render the chart.I am unable to replicate the issue at my end in the mentioned scenario.The attached items are the screenshots of the charts rendered by using current version of FusionCharts XT. Share this post Link to post Share on other sites
chart-newbie Report post Posted October 4, 2013 The version is 3.2.4-release.8565, from Fushioncharts.js: @version fusioncharts/3.2.4-release.8565 Attached are code snippets. sm.xml uj.xml Share this post Link to post Share on other sites
Guest Rishab Report post Posted October 7, 2013 Hi,The 'canvasPadding' attribute of the <chart> element allows you to set empty space on the left and right side of the data plot. The issue you are facing is due to space constraint when the value of 'canvasPadding' is set to '0'.I suggest you to explicitly set the value of 'slantLabels' to '0' to resolve your issue in case of Flash Charts.Also, you can remove the 'canvasPadding' attribute and then try rendering the chart.As a suggestion, you can render JavaScript chart to meet your requirement regarding the canvas padding with no data label issues.Hope this helps! Share this post Link to post Share on other sites
chart-newbie Report post Posted October 7, 2013 Thanks, either slantLabels=0 or removing 'canvasPadding=0' fixes the lable display issue itself. however, they also introduced other issue. I want to keep 'canvasPadding=0' to cause the effect of only my own area colors filling the entire plot space, instead of having unwantted padding area. (the color effect of what's shown in the first chart I attached) I also want to keep 'slantLabels=1' to have 45 angle lable display, to have the consistent label angle with all my other charts. Can that be achieved? Thanks! Share this post Link to post Share on other sites
Guest Rishab Report post Posted October 8, 2013 Hi,I suggest you to use a JavaScript chart in case you want to fulfill the above mentioned scenario.In flash charts, due to the space constraint when the values of the attribute 'canvasPadding' is set to '0' and 'slantLabels' to '1' the wrapping of Labels will take place.The attached item is the screenshot of the JavaScript charts rendered using the data you provided in the earlier post using FusionCharts 3.2.4-release.8565. Share this post Link to post Share on other sites