strathausen / dracula

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

Added the ability to change the fill and stroke of a node with the default renderer. #12

Closed donatj closed 11 years ago

donatj commented 11 years ago

Added the ability to change the fill and stroke of a node with the default renderer by specifying

g.addNode("x",{label: "123", "fill": "#555", 'stroke':'#123'});

strathausen commented 11 years ago

Hi,

thanks a lot and sorry for the late reply! I'll try to bake up a new release soon :)

Cheers Philipp

donatj commented 11 years ago

Awesome!