Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
aarn
Frequent 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:

"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!

1 ACCEPTED SOLUTION
aarn
Frequent 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}]}}

View solution in original post

1 REPLY 1
aarn
Frequent 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}]}}

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.