Forum Discussion
aarn
4 years agoFrequent Visitor
Custom Theme PieChart Background Color not working
Hi all, I'm trying to set the background of piecharts to a certain color for this theme, but my code is not working and I've tried many combinations. Here is my visual styles section: "visualStyle...
- 4 years ago
I was able to solve this for any future users, here is the solution:
"pieChart":{"*":{"background":[{"show": true, "color": {"solid":{"color":"#404040"}}, "transparency":50}]}}
aarn
4 years agoFrequent Visitor
I was able to solve this for any future users, here is the solution:
"pieChart":{"*":{"background":[{"show": true, "color": {"solid":{"color":"#404040"}}, "transparency":50}]}}