标签:
Yesterday when I use highchart to draw line chart.
When I add new serial, highchart failed to update, even I called redraw function. Only redraw when browsers was resized.
Spent almost one day to find solution here and there.
Someone suggested to call $(windows).resize();
The final solution is update version 3 to 4.
标签:
原文地址:http://www.cnblogs.com/binglong/p/4505134.html