Creates a bar chart from specified data. Data is an array of arrays, of the format shown below:
var test_bar_data = [ ["Fruit" , "Value" ] , ["Apple" , 1 ] , ["Banana" , 2] , ["Pear" , 1 ] , ] Copy
var test_bar_data = [ ["Fruit" , "Value" ] , ["Apple" , 1 ] , ["Banana" , 2] , ["Pear" , 1 ] , ]
Creates a bar chart from specified data. Data is an array of arrays, of the format shown below: