morgenweck

Members
  • Content count

    7
  • Joined

  • Last visited

Posts posted by morgenweck


  1. I'm using the jQuery plug in and have no problems with

     

       $("#chart-container").insertFusionCharts({
                type: 'heatmap',
                renderAt: 'chart-container',
                // width: '400',
                //  height: '300',
                dataFormat: 'json',
                id: "BoxId"

            });

    and

     

      $("#chart-container").updateFusionCharts({
                dataFormat: "json",
                dataSource: { 

    etc
                          

     

    but my question is how can I clear the chart?  $("#chart-container").clearChart();  does not seem to work