crubier / react-graph-vis

A react component to render nice graphs using vis.js
http://crubier.github.io/react-graph-vis/
MIT License
946 stars 170 forks source link

Display custom data in node #159

Closed sanchit3008 closed 7 months ago

sanchit3008 commented 7 months ago
  1. How can i display a custom data (or insert a new line) in the node label text
  2. Is it possible to change the shape of node to rectangle?
sanchit3008 commented 7 months ago
  1. Newline was possible with \n
  2. shape: box for the node does the trick