You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue with the hovertemplate feature in Plotly.js. When I define a hovertemplate and use the HTML tag<b>to bold text within it, the hover information doesn't display in bold font as expected. Instead, it appears in regular font.
Steps to Reproduce
Define a trace and add hovertemplate
Use the HTML tag<b>within the hovertemplate to bold text.
Observe the hover information to see if it displays in the correct format.
My issue with bold text with annotations[].text may be related, but I've narrowed down my problem to using the new strict CSP support so I opened a new issue here: #7380
I'm encountering an issue with the hovertemplate feature in Plotly.js. When I define a hovertemplate and use the HTML tag
<b>
to bold text within it, the hover information doesn't display in bold font as expected. Instead, it appears in regular font.Steps to Reproduce
Define a trace and add hovertemplate
Use the HTML tag
<b>
within the hovertemplate to bold text.Observe the hover information to see if it displays in the correct format.
codepen
Expected Behavior

Actual Behavior

Environment
System: Windows 10
Browser: Edge, Chrome
Version: plotly-2.31.0.min.js
frameworks: vue 2
The text was updated successfully, but these errors were encountered: