Sub Title
The '"subTitle"' 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
- alignment
Syntax
{
"name": "LeanProductivity",
"visualStyles": {
"*": {
"*": {
"subTitle": [{
"show": true,
"heading": "Heading4",
"fontFamily": "Segoe UI",
"fontSize": 9,
"bold": false,
"italic": false,
"underline": false,
"fontColor": { "solid": { "color": "#DBDBDB" } },
"alignment": "left",
"titleWrap": true
}]
}
}
}
}
Effect
Settings
Back to Visual Styles