Anyone ever used the tabs (jquery-ui-1.8.9) and pie charts from Highcharts 2.1.4 together? To put it simply, I have multiple tabs, where each tab s
jquery-ui-1.8.9
Highcharts 2.1.4
The best solution is in callback function of tabs or when click on each tab, reflow highchart. Look at it:
Chart.reflow and this link jsfiddle and also this code that you have add in tab callback:
$('#chart-1').highcharts().reflow();