Spacing

The ‘“spacing”’ property can be defined for all visuals. It includes settings for

  • individual spacing (vs same spacing for all properties)
  • vertical spacing
  • space below the visual’s title
  • space below the visual’s subtitle
  • space below the title area

Syntax

{
    "name": "LeanProductivity",
    "visualStyles": {
        "*": {
            "*": {
                "spacing": [{
                    "customizeSpacing": false,
                    "verticalSpacing": 5,
                    "spaceBelowTitle": 5,
                    "spaceBelowSubTitle": 5,
                    "spaceBelowTitleArea": 5
                }]
            }
        }
    }
}

Effect

Spacing

Settings

Spacing Settings

Back to Visual Styles