sgiTed Report post Posted December 10, 2013 (edited) Hello. I'm experiencing an issue with the chart exporter of the Line and StackedColumn2D charts in pure javascript mode. Specially, the exported JPEG file contains either overlap or both overlap and label truncation. Environment: Firefox v23.0.1 on Windows 7 FusionCharts.version: 3,3,1,sr3,21100 Screenshot of the charts rendered in the browser JPEG export of Line chart (Note the overlap of the X-axis label and truncation of the Y-axis data point labels.) JPEG Export of StackedColumn2D (Note the data set legend overlapping the Y-axis data point labels. There is also overlap within the data set legend.) The PDF export suffers the same issues. Selecting "Download as PNG image" has no apparent effect. When I inspect the "Net" tab of Firebug I see that the POST to export.api3.fusioncharts.com resulted in "Failed to load the given URL". I'd appreciate any insight and suggestions for this issue. Thanks! HTML: TruncatedCrunchedChartExports.htm Line Chart XML: itemAvail.xml StackedColumn2D Chart XML: monthlyDemand.xml Edited December 10, 2013 by sgiTed Share this post Link to post Share on other sites
sgiTed Report post Posted December 11, 2013 Specially, the exported JPEG file contains either overlap or both overlap and label truncation. p.s.: I meant to write "Specifically" (not sure why I can no longer edit the post). I know it's a little thing, but it was bugging me. Share this post Link to post Share on other sites
Haritha Report post Posted December 12, 2013 Hi, The problems seems to be with baseFont="Arial Narrow". When I removed this attribute, chart seems to be getting exported fine without any overlap or label truncation. Could you please try removing this at your end too and let me know your feedback? Meanwhile, I shall investigate more on this and get back to you shortly. Share this post Link to post Share on other sites
sgiTed Report post Posted January 10, 2014 Thanks Haritha! I removed baseFont="Arial Narrow" on my end and the export feature looks much better. PNG export is working now, too. Share this post Link to post Share on other sites
Sanjukta Report post Posted January 11, 2014 Thanks Haritha! I removed baseFont="Arial Narrow" on my end and the export feature looks much better. PNG export is working now, too. Hey, Glad that your issue is resolved. Happy FusionCharting! Share this post Link to post Share on other sites