Stephen Report post Posted May 30, 2018 Is there a way to remove the white background where the data plots show? I tried using bgColor and canvasBgColor and they are set to transparent with Alpha set to 0, but I can't seem to find how to change the background color where the columns are at. Any help? Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted May 31, 2018 Hi, In order to set the canvas color same as the background either set the same hex code for canvasBgColor as you have applied for bgColor attribute or you could set the canvasBgAlpha as 0, and provide the color using only bgColor. A sample for reference - http://jsfiddle.net/uyjjmofe/ Share this post Link to post Share on other sites