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...
Shr88
1 year agoFrequent Visitor
thanks rajendraongole1 I attempted to incorporate your specifications above into my theme file, but unfortunately, I’m not seeing the desired effect.
Just to clarify, I’m trying to apply this specifically to a rectangle.
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
}
]
}
}
- Shr881 year agoFrequent Visitor
Thank you, but this hasn't worked either 😐