Background

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

Syntax

{
    "name": "LeanProductivity",
    "visualStyles": {
        "*": {
            "*": {
                "background": [{
                    "show": true,
                    "color": { "solid": { "color": "#1B2631" } },
                    "transparency": 0
                }]
            }
        }
    }
}

Effect

These settings controls the red area in the image.
Visual Background.png

Settings

Visual Background Settings.png

Back to Visual Styles