Forum Discussion
Shr88
1 year agoFrequent Visitor
Shape theme json
Hello everyone, I'm currently working on defining shape specifications in my Power BI report using the guidelines found here: PowerBI-ThemeTemplates/Shape.json. Below is the JSON configuratio...
rajendraongole1
1 year agoSuper User
Hi Shr88 -Thank you for sharing the screenshots. The JSON theme configuration looks correct, but the rectangle is still showing as pink instead of the expected orange (#F39000).
"basicShape": {
"rectangle": {
"fill": [
{
"show": true,
"fillColor": {
"solid": {
"color": "#F39000"
}
},
"transparency": 0
}
]
}
}
Shr88
1 year agoFrequent Visitor
Thank you, but this hasn't worked either 😐