Search code examples
javascriptvisualizationchap-links-library

How to add text input nodes in Network - Chaps link library


Here i'm trying out with one of the example mentioned in Network- Chaps link library. In this example they are appending images to nodes. Like wise, is there a way to append text input into nodes?

Please suggest a method.


Solution

  • It is not possible to use any HTML in the network visualization itself as the visualization uses HTML canvas.

    The only thing you could do is provide a title to your nodes. This title is displayed when the user hovers over the node. The title can contain HTML code including input fields.