Kranthi

Members
  • Content count

    1
  • Joined

  • Last visited

About Kranthi

  • Rank
    Forum Newbie
  1. Hi Experts, I am new to Fusioncharts and i want to insert fusion charts in my struts application following is what i have done please let me know where i have gone wrong. 1. i have downloaded fusion charts and i have copied "swf"(of my own choice ) and jusion-charts.js into my project folder. 2. I wrote the following code in jsp that i need the Fusion chart. FusionChart chart = new FusionChart(Swflocation,height, width); chart.setURL("ChartAction.do"); //code to set the div in which the chart need to be displayed.