I'm working on customizing a Google Bar Chart with Material design and running into an issue with changing the background color. I've tried using backgroundColor and fill identifiers in the options, but the inner area of the chart where the data is displayed remains white. Here's the code I've been working with:
var barchart_options = {
width: 600,
height:350,
backgroundColor : '#CFC3F8',
.......
When attempting to use the fill identifier, I updated the code like this:
backgroundColor : {fill:'#CFC3F8'},
I even took a screenshot to show the issue: