I was trying to use piechart provided by google chart tools. Their documentation specifies a set of configuration options
https://google-developers.appspot.com/chart/interactive/docs/gallery/piechart#Configuration_Options
But I don’t know how or where to specify them within the sample code?
The configuration is done using the options variable that is given in the sample code.
To change the background color, I replaced this
by this