Home Forums Report Bugs Graph not responsive when loaded as hidden Reply To: Graph not responsive when loaded as hidden

#7066

Hi,
Call the chart.render() inside the callback function of toggle(). like:

$(this).next().toggle("slow", function() {
    chart.render();
});


Anjali

  • This reply was modified 9 years, 6 months ago by Anjali.
  • This reply was modified 9 years, 6 months ago by Anjali.