Feature Proposal
I know it's fairly easy to change the backgroundColor of the canvas.
But radar charts are somewhat different.
Since their shape can be different than the canvas, changing the canvas backgroundColor is not a solution

Feature Use Case
There is not way to change the backgroundColor of the chart area for radar charts (excluding legend/title/labels).
I would like my radar chart to have a solid backgroundColor but not the rest of the canvas.
Possible Implementation
options: {
chartArea: {
backgroundColor: '#F9F8F7',
},
}
Feature Proposal
I know it's fairly easy to change the backgroundColor of the canvas.

But radar charts are somewhat different.
Since their shape can be different than the canvas, changing the canvas backgroundColor is not a solution
Feature Use Case
There is not way to change the backgroundColor of the chart area for radar charts (excluding legend/title/labels).
I would like my radar chart to have a solid backgroundColor but not the rest of the canvas.
Possible Implementation