Skip to main content
Microsoft Idea

Power BI

New

Preset paddings in JSON Theme file

Vote (7) Share
Myriam Wertz's profile image

Myriam Wertz on 22 Mar 2023 14:21:47

I would like to be able to define a default value for the padding under the title of visuals.

In general it would be good to have the option to define default padding values for different visuals in the JSON theme file.

Comments (2)
Myriam Wertz's profile image Profile Picture

JOSE CHERIAN on 03 Jun 2023 22:54:27

RE: Preset paddings in JSON Theme file

Padding can be added in themes like below. Please refer to my blog post on this for detailed instructions."visualStyles": {
"*": {
"*": {
"padding":[{
"top":20,
"bottom":20,
"left": 20,
"right":20
}]
}
}

}

Myriam Wertz's profile image Profile Picture

Ashley Fiore on 12 Apr 2023 18:09:13

RE: Preset paddings in JSON Theme file

This case is related to your question - please go vote for it to help promote the issue.