We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by joylix July 24, 2024 For icon type nodes, see the following example:
{ id: 1, label: 'Node1', shape: "icon", icon: {code:"\u2605", color: 'lightGreen' }, },
How to add borders to the above node 1 and make it responsive to hover and selected event (similar to dot or box shape nodes)?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in #2173
Originally posted by joylix July 24, 2024
For icon type nodes, see the following example:
How to add borders to the above node 1 and make it responsive to hover and selected event (similar to dot or box shape nodes)?
The text was updated successfully, but these errors were encountered: