Hi, we'd like to implement a feature where we display a tooltip when we hover over a node.
The tooltip seems to fit this description, but we're struggling to update the text within the tooltip (as we need to make a call to a webservice to obtain the text to display in the tooltip).
Do you have a sample anywhere?