I\'m styling a google chart using the javascript api. I want to change the background of the area where the data is plotted. For some reason when I set background options li
Have you tried using backgroundcolor.stroke and backgroundcolor.strokewidth?
backgroundcolor.stroke
backgroundcolor.strokewidth
See Google Charts documentation.