Closed fromaline closed 1 week ago
Hi @fromaline, you should be able to access all that with CSS properties. See attributes
. You can also use things like strong
when you create your tooltip div. See here
@fromaline check out the CSS variables section: https://unovis.dev/docs/auxiliary/Tooltip/#css-variables.
Alternatively, you can just pass your styles within the tooltip content: wrap it into a "div" and provide a class name or use the styles attribute.
@lee00678, @rokotyan, got it! Thank you!
Hey! First of all, thanks for the project! It's awesome!
One minor issue: I can't figure out how to customize font size, weight, etc. inside
VisTooltip
. Is there a way to do it?