Search the Community

Showing results for tags 'Server side'.



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 3 results

  1. using itext render at server side to to generate pdf from HTML (passed in ajax call) , need is to fit fusion chart also in pdf...data is in json format..please suggest
  2. Hi-- I am using server-side export to export a chart to disk. When I right-click on the chart and select SAVE AS JPG everything works as expected. When I click a button that calls myChart.ExportChart(), the progress bar goes to about 5% then disappears. I get no JPG. FCExporter.aspx does not get called. I am using version 3.2.1. Thanks in advance for any help. Merry Christmas! Dennis I tried to paste my code here, and could not. I also tried uploading a text file without success.
  3. First of all, thanks to the Fusion Charts Team for developing such a beautiful Fusion Charts. I am using Fusion Charts XT. And I got two queries with me regarding Fusion Charts. 1. I have a fusion Chart rendered in a browser. And now, I want to export that chart to server side. But wait, I want to change the "Width" and "Height" of the chart while exporting to server side. And I noticed that, I can acheive this only by rendering the chart with width and height attributes changed. But, I dont want to render that chart again. I just want to resize the chart and export it to server side without rendering in the browser, so that, the exported image will reflect the new width and height. 2. Everything is working fine when charts are rendered in any of available browsers. But now, I have a requirement to generate Fusion Charts at server side using Java. I dont want to generate Fusion charts in any of available browsers. And also, I dont want to compromise on display quality of Image generated using Java code. Please suggest me some idea. Thanks a lot to Fusion Charts Team.