Legend

The '"legend"' property can be defined for all visuals. It includes settings for the legend's

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

Legend.png

Settings

Legend Settings.png

Back to Visual Styles