Forum Discussion

mussol_'s avatar
mussol_
Advocate II
7 years ago
Solved

JSON parameter for pivotTable --> "stylePreset"

Hi all, I am trying to build a corporative theme in JSON file. I need to set the style preset for the matrix visual as "Alternating rows", so I tried possible combinations on the following instruct...
  • nickyvv's avatar
    nickyvv
    6 years ago

    Hi mussol_,

    Ah, I tried some variations and came up with the correct one. The complete JSON for a Matrix is:

    "pivotTable": {
    	"*": {
    		"stylePreset": [
    			{
    				"name": "AlternatingRows"
    			}
    		]
    	}
    },