hsaqer

Members
  • Content count

    3
  • Joined

  • Last visited

About hsaqer

  • Rank
    Forum Newbie
  1. I have some drill-down chart and I would like to integerate them with GWT. On the updatechart js function I add: var chartObj = getChartFromId("CityDetails"); alert("chartObj:" + chartObj.innerHTML); chartObj.setDataXML("<chart><set label='A' value='10' /><set label='B' value='115' /></chart>"); The getChartFromId is working fine and get the chart object (and I alert the innerHTML to check), but the call to setDataXML does not execute and hence the chart not update.
  2. is there a way to show the values in percentage for Column3D as in PieChart? Thanks...