Divider

The '"divider"' property can be defined for all visuals. It includes settings for

The '"ignorePadding"' attribute defines whether the divider line will respect the values for left and right padding:

Syntax

{
    "name": "LeanProductivity",
    "visualStyles": {
        "*": {
            "*": {
                "divider": [{
                    "show": true,
                    "color": { "solid": { "color": "#1C1C1C" } },
                    "style": "dotted",
                    "width": 1,
                    "ignorePadding": true
                }]
            }
        }
    }
}

Effect

Divider.png

Settings

Divider

Divider Settings.png

Padding

Padding Settings.png

Back to Visual Styles