Background
The '"background"' property can be defined for all visuals. It includes settings for background
- visibility
- color
- transparency
Syntax
{
  "name": "LeanProductivity",
  "visualStyles": {
    "*": {
      "*": {
        "background": [{
          "show": true,
          "color": { "solid": { "color": "#1B2631" } },
          "transparency": 0
        }]
      }
    }
  }
}
Effect
These settings controls the red area in the image.

Settings

Back to Visual Styles