cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors