dracula-js-fork icon indicating copy to clipboard operation
dracula-js-fork copied to clipboard

Dracula Graph Library Experimental Fork

Results 2 dracula-js-fork issues
Sort by recently updated
recently updated
newest added

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 } });

this.levels[i] is undefined [Break on this error] c = this.levels[i].length - 1; dracula_graph.js ( 319) I have tree like this http://my.jetscreenshot.com/3985/20101125-mbsy-8kb And with var layouter = new Graph.Layout.Spring(g); layouter.layout(); it...