Evgeny Malafeev Report post Posted July 14, 2020 Hello. How can I set transparent background color for angular gauge chart ? I set containerBackgroundOpacity: "0", but it isn't work. I remove bgColor for chart, but that doesn't help either. type: "angulargauge", renderAt: "chart-container", width: "100%", height: "100%", containerBackgroundOpacity: "0", Background color always stay white color. How can I fix that ? Share this post Link to post Share on other sites
Akash Biswas Report post Posted July 14, 2020 Hi, You would also need to set the attribute "bgAlpha" to "0". Check this sample for reference : http://jsfiddle.net/jce59ry1/ Thanks, Akash. Share this post Link to post Share on other sites