Plot Area
The '"plotArea"' property can be defined for all visuals and lets you define an image background. It includes settings for
- image name, path, scaling
- transparency
Syntax
{
"name": "LeanProductivity",
"visualStyles": {
"*": {
"*": {
"plotArea": [{
"image": { "name": "", "url": "", "scaling": "Normal" },
"transparency": 0
}]
}
}
}
}
Effect
Note the image behind the data bars.
Settings
Back to Visual Styles