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
Is there any way to apply styles to nodes title as in the below attached image? We can append text to node and format the string but no styles? node.append("text").text(()=>{return "string"})
The text was updated successfully, but these errors were encountered:
@CaptSadaf you can attach a div based on your current mouse pointer position using .on('mouseover', () => { /* append div with custom html with styles */})
Thanks for awesome library!
Is there any way to apply styles to nodes title as in the below attached image? We can append text to node and format the string but no styles?
node.append("text").text(()=>{return "string"})
The text was updated successfully, but these errors were encountered: