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