Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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:
"visualStyles":{
"pieChart":{"*":{"background":[{"background":{"solid":{"color":"#404040"}}}]}},
"page":{"*":{"background":[{"color":{"solid":{"color":"#333132"}}}],
"outspace":[{"color":{"solid":{"color":"#333132"}}}]}},"*":{"*":{"outspacePane":[{"checkboxAndApplyColor":{"solid":{"color":"#FFD200"}}}]}}},
"textClasses":{"title":{"color":"#FFFFFF","fontSize":16},
"header":{"color":"#FFFFFF","fontFace":"'Segoe UI Bold', wf_segoe-ui_bold, helvetica, arial, sans-serif"}}}
The code runs but does not affect the pie chart background, please let me know what I'm doing wrong.
Thanks!
Solved! Go to Solution.
I was able to solve this for any future users, here is the solution:
"pieChart":{"*":{"background":[{"show": true, "color": {"solid":{"color":"#404040"}}, "transparency":50}]}}
I was able to solve this for any future users, here is the solution:
"pieChart":{"*":{"background":[{"show": true, "color": {"solid":{"color":"#404040"}}, "transparency":50}]}}
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.