Forum Discussion

acanepa's avatar
acanepa
Resolver I
8 years ago
Solved

JSON Theme: Multicard and Card Visuals

Hello,

 

I'm trying to change colours in Multirow and Card visuals. In the latter I can change the font style and size, with the first I can't change anything.

 

Here is my code

 

SyntaxEditor Code Snippet

		"multiRowCard": {
			"*": {
				"dataLabels":[{
					"fontSize":27,
					"fontFamily": "Arial"
				}]
			}
		},
		"card":{
            "*":{
                "labels":[{
                    "fontSize":27,
					"fontFamily": "Trebuchet MS",
					"color": "#f0f475"
					
                }],
                "categoryLabels":[{
                    "fontSize":12
                }]
            }
        },

 

  • Anonymous's avatar
    Anonymous
    8 years ago

    acanepa ,

    I make a test using your code, multirowcard and card visuals change correctly after I import the JSON file.



    Do you use the latest version of Power BI Desktop(2.50.4859.782 )? You can download my JSON file from this link.

    Regards,
    Lydia

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    acanepa ,

    I make a test using your code, multirowcard and card visuals change correctly after I import the JSON file.



    Do you use the latest version of Power BI Desktop(2.50.4859.782 )? You can download my JSON file from this link.

    Regards,
    Lydia

  • Anonymous's avatar
    Anonymous
    Not applicable

    acanepa,

    Does my solution solve your issue?

    Regards,
    Lydia