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
Evgeny Malafeev Report post Posted July 15, 2020 Hi. So strange. Why this is don't work with vue-fusioncharts component ? CodeSandBox Example Share this post Link to post Share on other sites
Evgeny Malafeev Report post Posted July 15, 2020 Seems I understood. Need to pass containerBackgroundOpacity: "0" like a prop in fusioncharts vue-component. And it's works! Thanks! Share this post Link to post Share on other sites