gsrikanth1226

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by gsrikanth1226

  1. Hi, I am able to display charts which are rendered with javascript using code <script type="text/javascript"> FusionCharts.setCurrentRenderer("javascript"); var myChart1 = new FusionCharts("C:/Users/Srikanth/Desktop/FusionCharts_XT_OLSrc/FusionCharts_XT/Charts/Column2D.swf", "myChartId1", "100%","100%", "0", "1"); myChart1.setXMLUrl("SimpleExample.xml"); myChart1.render("chart1div"); </script> But when i click on the download as pdf or image or any format its gving error unable to find . Please help me to solve the problem