最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

powerbi - Unable to Apply Bold Font Weight to Title in JSON Configuration - Stack Overflow

programmeradmin0浏览0评论

can someone help me with my JSON? I can't apply bold to the card title.

`"card":{ "*":{ "general": [{ "responsive": false, "keepLayerOrder": true }], "categoryLabels": [{ "show": false }], "title": [{ "show": true, "text": "Mon Titre", "fontSize": 12, "fontFamily": "Montserrat", "fontWeight": "Bold", "fontColor": {"solid": {"color": "#A13032"}}, "alignment": "center" }],

            "values": [{
                "fontFamily": "Montserrat",
                "fontSize": 15,
                "fontWeight": "Bold"
            }],
            "dataLabels": [{
                "show": false
            }]
        }
    },`

I tried adding the fontWeight: 'bold' property to the title in my JSON, expecting it to make the title bold. However, the title did not appear bold as expected. Instead, it remained in the regular font weight

发布评论

评论列表(0)

  1. 暂无评论