Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

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...
  • TomMartens's avatar
    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