Forum Discussion
Missing Theme JSON Customization for Card (New) Visual Background and Border
- 1 year ago
Hi everyone,
I wanted to follow up on my previous question regarding the Background and Border settings under the Cards section for the Card (New) visual in Power BI. After further investigation and with a helpful response from the community, I found the root cause.
The issue stems from the inconsistent naming conventions used in the Theme JSON file for these settings:
- Background: This is referred to as "fillCustom" instead of the more intuitive "background".
- Border: This is referred to as "outline", which can be confusing.
By using these specific property names in the Theme JSON, I was able to successfully modify the visual settings under Visual > Cards.
Hi everyone,
I wanted to follow up on my previous question regarding the Background and Border settings under the Cards section for the Card (New) visual in Power BI. After further investigation and with a helpful response from the community, I found the root cause.
The issue stems from the inconsistent naming conventions used in the Theme JSON file for these settings:
- Background: This is referred to as "fillCustom" instead of the more intuitive "background".
- Border: This is referred to as "outline", which can be confusing.
By using these specific property names in the Theme JSON, I was able to successfully modify the visual settings under Visual > Cards.