This section describes how to change the background of a chart.
 Background Fill Copy Link  
To change the colour of the chart background, simply provide a colour string value for the background.fill property.
{
    background: {
        fill: 'rgb(63, 127, 255)',
    },
}
To set the background of chart elements see Fills & Borders.