Vaibhav Agarwal

Members
  • Content count

    6
  • Joined

  • Last visited

About Vaibhav Agarwal

  • Rank
    Forum Newbie
  1. Problem With Ms Area Chart

    Thanks for reply... but still problem not solved. We have paid subscription of fusion charts. i am sending a link for your reference. http://www.indiaelectron.com/MSArea.php and some screen shots of different browsers. please resolve the problem ASAP.
  2. Problem With Ms Area Chart

    Hello, Thanks for reply. Detail are.... 1. FusionCharts version is 3.2.1 2. The browser we are using to render the charts is Mozilla Firefox 17.0.1, IE 9 and Google Chrome 23.0.1271.97 3. The mode in which we are rendering the charts - setDataXML <script type="text/javascript" src = "FusionCharts/FusionCharts.js" ></script> <script type="text/javascript"> FusionCharts.setCurrentRenderer("flash"); </script> <div id="container_MSArea_93689">Chart</div> <script type="text/javascript"> var myChart = new FusionCharts("FusionCharts/MSArea.swf", "MSArea_93689", "750", "350", "0", "1" ); var strXML = "<?php echo $strXML; ?>"; myChart.setDataXML(strXML); myChart.render("container_MSArea_93689"); </script> strXML string is already i have attached in previous post "msarea.txt"
  3. Problem With Ms Area Chart

    Hi, We are using MS Area chart and facing some problem with xml. this xml generate a blank chart in which data is displayed at the left side of the chart. i am attaching the xml file and chart image for your reference. please resolve the issue. Thanks ms-area.xml
  4. Hi, Is fusion widgets and map also supported javascript render method or not? if no then in future they are available or not? And how to auto load power chart in javascript without using render method like fusion charts.
  5. Fusion Chart Xt

    Hi, For Flash i am using this code (it is working): var myChart = new FusionCharts( "Main/NewCharts/Column3D.swf", "myChartId", "400", "300", "0", "1" ); Now i want to render the same chart in javascript and i am using this code: var myChart = new FusionCharts( "Main/NewCharts/Column3D", "myChartId", "400", "300", "0", "1" ); this code is not working. FusionCharts.setCurrentRenderer('javascript'); is removed form the new XT Fusion charts then how to resolve this problem . Please help
  6. I m looking to display the images in the process area of gantt chart.