strathausen / dracula

JavaScript layout and representation of connected graphs.
https://www.graphdracula.net
MIT License
834 stars 132 forks source link

Image connection #13

Closed tvvignesh closed 11 years ago

tvvignesh commented 11 years ago

Hi. I tried using image icons in my code but when i try to connect the nodes together using addEdge method, i loose the image icon and revert back to ellipse. Is there any workaround for this?

monomon commented 11 years ago

Do you have a custom renderer for the nodes? Please, post some code, it will help you get more feedback.

tvvignesh commented 11 years ago

@monomon : i ended up using JIT (Javascript Infovis Toolkit) since many features which i wanted were not available.