grigoryk / dracula-js-fork

Dracula Graph Library Experimental Fork
http://www.graphdracula.net/
34 stars 9 forks source link

Added ability to set styles for Edge Labels #2

Open wowstrongdrink opened 13 years ago

wowstrongdrink commented 13 years ago

Can now pass attributes for a label on an edge. Also, enabled style callbacks for edges.

Example: addEdge(n1, n2, { label: "label text", "label-style" : { "font-size": 10 } });

grigoryk commented 13 years ago

I'll check out the pull in the next day or so.