Hi,
Call the chart.render() inside the callback function of toggle(). like:
$(this).next().toggle("slow", function() {
chart.render();
});
—
Anjali
-
This reply was modified 10 years, 8 months ago by
Anjali.
-
This reply was modified 10 years, 8 months ago by
Anjali.