I\'m styling a google chart using the javascript api. I want to change the background of the area where the data is plotted. For some reason when I set background options li
pass the options like this
var options = { title: 'title', width: 310, height: 260, backgroundColor: '#E4E4E4', is3D: true };