Property - Labels
The '"labels"' property can be defined for all visuals. It includes settings for
- label visibility
- font color, size, family, style
- background display, color, transparency
- display units
- label precision
- label position
- label overflow
- label density
Syntax
{
  "name": "LeanProductivity",
  "visualStyles": {
    "*": {
      "*": {
        "labels": [{
          "show": true,
          "color": { "solid": { "color": { "#FFFF" } } },
          "fontSize": 10,
          "fontFamily": "wf_standard-font, helvetica, arial, sans-serif",
          "enableBackground": false,
          "backgroundColor": { "solid": { "color": "#000000" } },
          "backgroundTransparency": 90,
          "labelDisplayUnits": 0,
          "labelPrecision": 1,
          "bold": false,
          "italic": false,
          "underline": false,
          "labelPosition": "Auto",
          "labelOverflow": false,
          "labelDensity": 50
        }]
      }
    }
  }
}
Effect

Settings

Back to Visual Styles