excelsystems Report post Posted September 25, 2012 Hi,We use FusionCharts in two of our products and the following issue was confirmed using both. For line chart, the text of the the last label gets cut off. 2D bar chart has a similar issue. Attached screenshots show this. Thanks, Yuval Share this post Link to post Share on other sites
Guest Bindhu Report post Posted September 26, 2012 Hi, Please share the XML data for both the charts. Let us also know the version of FusionCharts suite that you are currently using. Also, let us know the chart height and width in pixels. Share this post Link to post Share on other sites
jalex19100 Report post Posted March 26, 2013 (edited) Fusion Charts XT 3.3.0, javascript version. We have a similar issue. Initially we used a workaround to display the label, but we've since rolled back to 3.2.3-sr1.5347 due to a different (fatal) flaw with updateChart. I've found that the last label is actually generated but has style: display="none" on it. It will start to display with a width over 720px, but that's too wide for us to use and it really should be able to fit with the space it has. We found a workaround, by taking the DrawComplete event and making every text element within the chart DIV visible. jQuery("#chartcontainer").bind( "fusionchartsdrawcomplete", function (e, args) { jQuery("#chartcontainer").find("text").css("display","block"); }); I've attached a very simple html file with test data that reproduces this. It needs the js files from FusionCharts XT in a directory 'js' to work. Or just change the script references at the top. Versions used: 3.3.0-release.18700 3.3.0-release.18739 missing_label_FusionCharts.zip Edited March 26, 2013 by jalex19100 Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted March 28, 2013 Hi, We are looking into this issue. We will update you as soon as possible. Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted May 13, 2013 Hi, This issue has been tested and replicated from our end. We are working on it. Further any updates on this, we will keep you posted. Share this post Link to post Share on other sites