I am using a bootstrap table from which I generate Json with
$('#table').bootstrapTable('getData')
and to go to google chart
var data = new google.visualization.dataTable($('#table').bootstrapTable('getData'));
but it gives this error.