jerald

Members
  • Content count

    7
  • Joined

  • Last visited

Posts posted by jerald


  1. Hi,

     

    This is Jegathish, I am using SAP BOBJ 4.0 DASHBOARD, I saw FUSION MAP look and feel is pretty good so can i integrate fusion map into sap dashboard,If it is possible please guide me. please help me

     

    Thanks in advance

    by

    Jegathesh


  2. Hi,

     

    Can you please check out the samples provided in the download package?

    They have examples of creating the xml in java.

     

    Srividya

     

     

     

    Hi,

     

    i created Xml file in c:/new.xml using servlet

     

    Please find attached servlet program it create Xml file in C:

     

    How can i pass that path in chart1.setDataURL("/newxml.xml");

     

    <script type="text/javascript">

     

    var chart1 = new FusionCharts("Charts/FCF_Column2D.swf", "ChId1", "240", "200");

    chart1.setDataURL("/newxml.xml");

    chart1.render("chart1Div");

    </script>

     

    thanks for reply

    DisplayFusionServlet.txt


  3. Hi,

     

    Welcome to FusionCharts Forum!smile.gif

     

    For more details, please refer to the links below:

     

    http://forum.fusionc...h__1#entry15729

     

    http://www.fusioncha...ingStarted.html

     

    http://www.fusioncha...sicExample.html

     

    Hope this helps.smile.gif

     

    Hi Sir I'm new to this Fusion chart ..

    i have added the all jar files.

    i'm using jdk1.6,tomcat 6

    i need to generate xml did u have any sample program to generate XML in JAVA.