how to use JSON in Google chart?

0

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.

    
asked by Luis Alberto Acosta 17.04.2018 в 18:45
source

0 answers