Title
The '"title"' property can be defined for all visuals. It includes settings for
- visibility
- html heading tag to use online
- text wrapping
- font color, size, family, and style
- background
Syntax
{
"name": "LeanProductivity",
"visualStyles": {
"*": {
"*": {
"title": [{
"show": true,
"heading": "Heading3",
"titleWrap": true,
"fontColor": { "solid": { "color": { "#DBDBDB" } } },
"background": { "solid": { "color": "#29394B" } },
"fontSize": 9,
"fontFamily": "Segoe UI Semibold",
"alignment" : "left",
"bold": false,
"italic": false,
"underline": false
}]
}
}
}
}
Effect
Settings
Back to Visual Styles