google.load('visualization', '1', { packages: ['table'] });
google.load('visualization', '1', { packages: ['gauge'] });*/
google.charts.load('current', { 'packages': ['corechart'] });
google.charts.load('current', { 'packages': ['table'] });
google.charts.load('current', { 'packages': ['gauge'] });
google.charts.setOnLoadCallback(drawChart);
google.charts.setOnLoadCallback(drawBar);
for the Table Charts, the rest of the Charts still work one. After a day without any changes the Table chart works fine again.