Forum Discussion

bw70316's avatar
bw70316
Helper V
8 years ago

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
 

}],
 

2 Replies

  • v-juanli-msft's avatar
    v-juanli-msft
    Community Support

    Hi bw70316

    To configure visualization Title in theme file of JSON seems to be on the way, you can vote for this idea.

    Additionally, from the code in this article, we can customize "titleColor","titleFontFamily" ,"titleFontSize", you could pay attention or have a try to see if help.

     

    Best regards

    maggie

     

    • bw70316's avatar
      bw70316
      Helper 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
                  }],