I'm struggling to figure this out.
Trying to modify the background color of a highcharts chart. Here's the link:
I can't seem to find where to set the background color. Any ideas?
I've experimented with different values in this part:
chart: {
polar: true,
type: 'line'
},
But it didn't have any effect, and sometimes even caused issues with the script.
Should I change something in the .js files or can it be done within the loaded script?
Javascript is confusing me. Can somebody provide some guidance?