📊 [Free] ChartMakerPlus - an extension to make google charts

You can add a border to the chart with a custom colour in the extraOptions:

backgroundColor: {
    fill:'moccasin',
    stroke: 'black',
    strokeWidth:20
    }

but this still leaves white border which is the html background.

I would need to add another parameter to the chartmaker to allow the setting of the html/body background colour.

3 Likes