Search the Community

Showing results for tags 'exporting fusion chart to local machine(directory)'.



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. Dear Friends, I do need your help in creating fusion chart(column3d & pie2d) and storing on local machine using Java Main class. I am able to do it in JSP but for downloading have to click on export button instead of this I want the chart to be stored in my local system directory on execution of my Java class with main() in PDF/Image/xls file. In JSP : test.zip Requirement : In Java not JSP(Storing as pdf/image/xls in local system). Sample Database : mysql> select * from Country; +----------+------------------+---------+ | name | population | code | +----------+------------------+---------+ | China | 20000000 | 1000 | | India | 15000000 | 1000 | | US | 2800000 | 1000 | +----------+-----------------+----------+ 3 rows in set (0.00 sec) Thanks & Regards, Ajay Meena