Closed yoooooooooooooooooooooooo closed 6 years ago
Is it possible to use images for nodes, instead of labels??
Yep, when creating a node give it an image property something like:
var node = graph.newNode({ image: { src: "http://...." }});
I think you can also set the width and height on it too..
Is it possible to use images for nodes, instead of labels??