Bold text in plotly charts

Hi all,

I may be going instance, but I cannot for the life of me get the plotly charts in Retool to have bold text (in titles or anywhere else).

I use the layout syntax something like this:
{
"text": "Your Bold Chart Title",
"font": {
"size": 16,
"bold": true
}
}

Is this bold text feature of Plotly not supported in Retool?

Thank you for your help!

ah I got it, seems you have to do it like this:
"text": "<b>Your Bold Chart Title</b>"

(for those who run across this same problem!)

1 Like