This section describes how to change the background of a chart.
Background Fill Copy
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)',
},