Forum Discussion
bw70316
8 years agoHelper V
Custom VisuFormat Title in Json
How do I hide or format titles with my preferred fonts, colors, and sizes? I have tried
"visualStyles": {
"*": {
"*": {
"*":[{
"responsive":true,
"wordWrap":true,
"fontFamily":"Century Gothic",
"fontColor":"#060606",
"fontSize":13,
"suppressDefaultTitle": true
}],
and including it at the root as described here : https://github.com/Microsoft/PowerBI-visuals-ChicletSlicer/blob/3d15dafc2a66a1bb646a02daca3fec15f663ff7e/capabilities.json#L451 to know avail.
2 Replies
- v-juanli-msftCommunity Support
- bw70316Helper V
I have referenced this article to create a theme. Unfortunately, I can't decipher the documentation to the point where I can manipulate the titles of each visualization. If you have any insights on how accomplish this, please share. I would like something like my legend below (which is functioning perfectly)...
"legend": [{ "show": true, "position":"LeftCenter", "showTitle": true, "titleText": "", "legendColor": { "solid": { "color": "#060606"}}, "fontFamily": "Century Gothic", "fontSize": 12 }],