-
Notifications
You must be signed in to change notification settings - Fork 1.5k
How to add html text to label text? #1936
Comments
Please have a look at the customCss Example. Here the content includes html tags and css. To change the color you could use css or something like this: <ul>
<li style="color:black;">line1</li>
<li style="color:red;">line2</li>
<li style="color:yellow;">line3</li>
</ul> |
It looks like HTML-labels are not possible for network charts at the moment. Simple multiline labels are possible: multilineText and disassemblerExample, but I could not find a way of changing colors inside a label. I created a new Feature Request for that: #1965 |
@KoNGoL Can we close this issue? CSS in Labels is just not possible at the moment. |
Is it Sill (Apr - 2019) not possible?? |
I need to modify the label text so I can change the color for each line of the text. It is possible to achive? Adding some html or css text?
The text was updated successfully, but these errors were encountered: