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