scharan07

Members
  • Content count

    8
  • Joined

  • Last visited

About scharan07

  • Rank
    Forum Newbie
  1. Hi, There is no real time Capability for Power charts now. I can expect this future in PowerCharts for Next upcoming Versions? Thanks & regards S.Charan Kumar
  2. Data Streaming Of Charts

    Hi FC, I had seen an online demo of Fusion Charts of Data-Streaming Chart the link is below http://www.fusioncharts.com/gadgets/Demos/RealTimeJS/Index.html Now i want to know it is available for every chart available, What we need to do for this type of updation of Chart Regards S.Charan Kumar
  3. Hi FC, I am displaying chart with some default data,and i am updating the XML data it is giving JavaScript error as chart1.setDataXML is not a function My Code is :- FusionGadgets var myChart = new FusionCharts("../Charts/AngularGauge.swf", "myChartId", "350", "200", "0", "0"); myChart.setDataXML("&dataXML="); myChart.render("chartdiv"); function update() { chart1=getChartFromId("myChartId"); chart1.setDataXML("&dataXML="); }