jensen_lien

Members
  • Content count

    2
  • Joined

  • Last visited

About jensen_lien

  • Rank
    Forum Newbie
  1. how to destory a FusionChart obj

    FusionChart.dispose()
  2. how to destory a FusionChart obj which i newed at first time? eg.var myChart = new FusionCharts("fusioncharts/charts/"+chartType+".swf","chart_" + id,xPx,yPx); now , i want to destory it, to renew the obj. thanks.