Search the Community

Showing results for tags 'export javascript'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. 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