Property - Labels

The '"labels"' property can be defined for all visuals. It includes settings for

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

Data Labels.png

Settings

Data Labels - Settings.png

Back to Visual Styles