-
I am looking to have a multi-line label with images. (similar to the hover-custom-label in the wikipedia demo), but I would like it to render that way without the hover. |
Beta Was this translation helpful? Give feedback.
Answered by
epchristi
Feb 4, 2025
Replies: 1 comment
-
After looking at code, I think the expected way to do custom node labels and node hovers is to override: this worked well for me to make my own "callout" boxes with multi-line content |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
epchristi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After looking at code, I think the expected way to do custom node labels and node hovers is to override:
defaultDrawNodeHover
defaultDrawNodeLabel
this worked well for me to make my own "callout" boxes with multi-line content