DEV Community

Md Wahiduzzaman Emon
Md Wahiduzzaman Emon

Posted on

Answer: Google Charts (JS) - is there a way of using a transparent background on a chart?

using backgroundColor property to the options object variable-

backgroundColor: {
            fill: transparent;
        };
It will work perfectly. Thanks

Top comments (0)