Varatharajan Report post Posted January 11, 2012 Hi, I need to avoid label overlapping in MSLine chart. But I dont want to hide the labels in the chart. Can you please help? Attached is the chart image and XML. MSLine.txt Share this post Link to post Share on other sites
Guest Angshu Report post Posted January 11, 2012 Hi, Welcome to FusionCharts Forum! Could you please download the latest version of FusionCharts i.e FusionCharts XT SR1 from: http://www.fusioncha...ownload/trials/ to avoid the overlapping issue? I am afraid, we are unable to replicate the issue, as the code is working fine from our end. Please find the screenshot attached for your reference. Share this post Link to post Share on other sites
Varatharajan Report post Posted January 11, 2012 Hi, We have bought with upgrade license but unable to login to product center as it says the email id is wrong. For your information, the email id used is – ‘[email protected]’, Version – V3.1 and purchase made on 24th Feb 2009. Can you help us to upgrade to the latest version? Share this post Link to post Share on other sites
Guest Angshu Report post Posted January 11, 2012 Hi, Thanks for your response. Please drop a mail to :[email protected] quoting your OrderID and we would get back to you at our earliest. Looking forward to your mail. Share this post Link to post Share on other sites
Varatharajan Report post Posted January 12, 2012 I have updated the latest update and still the issue happens. It looks like you have increased the chart height and width which does not cause overlapping. If you set the chart width = 720 and height = 270, the overlapping occurs. Is there any way to avoid overlapping without increasing the height ? Share this post Link to post Share on other sites
Guest Bindhu Report post Posted January 12, 2012 Hi Varatharajan, Thank you for the post. Can you please try defining the yAxisMaxValue explicitly ? Please find attached screenshot of the chart rendered with the yAxisMaxValue attribute of the chart set to 55000. The height and width of the chart is set according to your requirement. Hope this helps ! Happy FusionCharting Share this post Link to post Share on other sites
Varatharajan Report post Posted January 12, 2012 I cannot predict the maximum value, it may vary depends on duration. Is there any other way to set the maximum limit depends on the values plotted? I mean now Fusion chart itself predicts it but the offset is not much higher than the maximum value, can we define the offset value to be added to set the Y-Axis limit ? Share this post Link to post Share on other sites
Guest Bindhu Report post Posted January 12, 2012 Hi Varatharajan, Thank you for the post. With regards to your query, If you do not define 'yAxisMaxValue' explicitly, then FusionCharts calculates the best suitable value for the same, which might lead to label overlapping. Hence, in order to avoid overlapping you have to either increase the chart height or define yAxisMaxValue explicitly. For more details on 'Multi-series Line Chart Specification Sheet', please refer to the link below, http://docs.fusioncharts.com/charts/contents/ChartSS/MSLine.html If you can not predict the max value, then you have to write your own logic to calculate the yAxisMaxValue. Hope this helps ! Happy FusionCharting Share this post Link to post Share on other sites