ulovemetoo

Members
  • Content count

    1
  • Joined

  • Last visited

About ulovemetoo

  • Rank
    Forum Newbie
  1. i just want to show data when i click the charts .but firex chrome are not working.ie is all ok. firefox show: chartObj.setDataXML is not a function. code following: jQuery.ajax({ type: "Get", url: "xxxxxx?", data: strURL, success: function (data) { var chartObj = getChartFromId('mychart'); chartObj.setDataXML(data); } }); that's all. thank you.