Plot Area

The '"plotArea"' property can be defined for all visuals and lets you define an image background. It includes settings for

Syntax

{
    "name": "LeanProductivity",
    "visualStyles": {
        "*": {
            "*": {
                "plotArea": [{
                    "image": { "name": "", "url": "", "scaling": "Normal" },
                    "transparency": 0
                }]
            }
        }
    }
}

Effect

Note the image behind the data bars.
Plot Area Background Image.png

Settings

Plot Area Settings.png

Back to Visual Styles