Forum Discussion
Anonymous
8 years agoNot applicable
Custom Theme Preview for Visuals: Visual Name for Matrix?
Using the Sept 2017 PBI Desktop, with custom theme preview... I am trying to apply a default theme for a matrix. The visual name of "matrix" does not seem to work. Here is an excerpt of my t...
- 8 years ago
Hey,
maybe one of the mysteries of naming things ...
The name you have to use for the matrix visual is pivotTable:
"pivotTable": { "*": { "rowHeaders": [{ "fontSize":14 }], "columnHeaders": [{ "fontSize":14 }], "values": [{ "fontSize":12 }] } }Regards
Tom
Anonymous
8 years agoNot applicable
Glad the theme generator was updated! Thanks for the tip!
What did you refer to to figure out the syntax of "color": { "solid": { "color": "#E6E6E6" } } ??? That's not in the reference material that was published along with the September update.
Anonymous
8 years agoNot applicable
I know! It would be really great if the documentation were more complete. I mined it out of the file produced by the theme generator.