Color Blind Friendly
Thank you for your file. I am new to coding and have a question. What is the use of "*" and why it is being used here? Below is the extract from your code:
"visualStyles":{"*":
{"*":
{"*":[{"fontSize":8,"fontFamily":"Calibri, Cambria","color":{"solid":{"color":"#e54016"}}}],
"general":[{"responsive":true}],
"plotArea":[{"transparency":100}]
}
},
Thanks in Advance !!
- jhauff770608 years agoAdvocate II
You can refer to Microsoft's Use Report Themes in Power BI Desktop (Preview), the Report theme JSON file format section for details on using asterisks in Themes. Also, Curbal's Power BI Template to create Report Themes with the JSON template includes a useful Guide to creating JSON files.
- Anonymous8 years agoNot applicable
Thanks Buddy. It was really helpful. I appreciate your time in responding to my query.
- Anonymous8 years agoNot applicable
Hi!
It's a bit late but reading the documentation, here is the answer:
SpoilerFor the visualName and cardName sections, you can list a specific visual and cardName, or you can use an asterisk ("*") if you want that setting to apply to all visuals or all cards that contain a property for a specific visual. You can use the asterisk ("*") when you want to apply a setting globally in your report, such as a font size or specific font family that should be used throughout all visuals in your report.- Anonymous8 years agoNot applicable
Thank you, it was helpful to decode theme code heirarchy.
- Anonymous8 years agoNot applicable
when I posted the above comment, I was new to this code. As I can see there are 808 view as on 16th Jan 2018, no one was able to comment on this.
I was able to dig and on my own was able to understand the above code.
People, please respond to the query as it will save time of others.