Ajay Singh Meena

Members
  • Content count

    3
  • Joined

  • Last visited

Posts posted by Ajay Singh Meena


  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


  2. Can someone please help me on display this chart on my browser it's not displaying.

    reference URL : https://www.fusioncharts.com/jsp-charts/views/ex4.php

    Database : 

    +-------+------------+
    | name  | population |
    +-------+------------+
    | China |   20000000 |
    | India |   15000000 |
    | US    |    2800000 |
    +-------+------------+



    Please find relevant files here..

    FusionChart.zip


  3. On 11/6/2013 at 4:19 PM, Haritha said:

    Hi,

     

    1)i want to export each chart to PDF which is displayed on browser?

    Ans: Please find the attached sample modified according to your requirement. In the sample attached, a button named "Export to PDF" is present. Clicking on this button lets you export the chart to PDF file.

     

    2) Using FusionCharts API you have any example as per my requierment.

    Ans: All the samples attached in this post use FusionCharts API to export Flash charts.

     

    Hope this helps.

    ExportDemo.zip

     

    Can yo please tell me why the file is empty.