samizdatco / arbor

a graph visualization library using web workers and jQuery
http://arborjs.org
2.66k stars 634 forks source link

How can I put a image on a node? #42

Closed mytharcher closed 11 years ago

mytharcher commented 11 years ago

Sometimes I need to put a icon image as a node.

I didn't found anything about that in API reference. Is it possible?

thomasf1 commented 11 years ago

You can extend the rendering however you like, rendering images isn´t that hard if you use canvas...