ekanayake

Members
  • Content count

    5
  • Joined

  • Last visited

About ekanayake

  • Rank
    Forum Newbie
  1. 2d coluymn chart on web page

    Hi Ashok, Many thanks for helping out. What you suggest make sense and I will give it a try. wish you well jagath
  2. I am unable to produce 2dcolumn chart on web page using xmlurl data source. web page code is: webpage_code.html xml file is : hbay_rain_irrigation.xml many thanks for helping out. jagath webpage_code.html hbay_rain_irrigation.xml
  3. progress bar ( circle)

    How do you replace the " retrieving data please wait" with a progress circle which you usually see in most web applications ? Many many thanks in advance jc
  4. Data source URL for new fusionchart xt suit

    I found the answer to this in Moonmi's reply to Thanks Moonmi jagath
  5. Somehelpon this is verymuch appreciated. I have "xml" file (mbei_combi_event_1.xml) which works fine in the previous version of fusioncharts when I use it as shown below. FusionCharts.setCurrentRenderer('javascript'); var myChart = new FusionCharts("../../Charts/MSCombiDY2D.swf", "myChartId", "900", "600"); myChart.setDataURL("../../fusioncharts/mbei_combi_event_1.xml"); myChart.render("chartdiv"); </script> </body> My question is, how do yu use the same file in the following way. I want to use the same xml file using the new fusionchats xt suit. (I am learning this great tool towards purchasing it) { "chart": { "caption": "Monthly revenue for last year", "subCaption": "Harry's SuperMart", "xAxisName": "Month", "yAxisName": "Revenues (In USD)", "numberPrefix": "$", "theme": "fint" }, "data": [ { "label": "Jan", "value": "420000" }, { "label": "Feb", "value": "810000" }, { "label": "Mar", "value": "720000" }, { Many thanks jagath