dracula-js-fork
dracula-js-fork copied to clipboard
Added ability to set styles for Edge Labels
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 } });
I'll check out the pull in the next day or so.