Legend
The '"legend"' property can be defined for all visuals. It includes settings for the legend's
- visibility
- position
- title display
- font color, size, and style
Syntax
{
"name": "LeanProductivity"
  "visualStyles": {
    "*": {
      "*": {
      "legend": [{
          "show": true,
          "position": "Top",
          "showTitle": false,
          "labelColor": { "solid": { "color": "#B3B3B3"  } },
          "fontFamily": "Segoe UI",
          "fontSize": 10,
          "bold": false,
          "italic": false,
          "underline": false
        }]
}
  }
}
}
Effect

Settings

Back to Visual Styles