strathausen / dracula

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

Three Bugs #15

Closed kjaeger closed 10 years ago

kjaeger commented 11 years ago

Hi, Firebug gets me three Errors:

ReferenceError: Raphael is not defined

Raphael.el.tooltip = function (tp) {

dracula_graph.js (Row 491)

ReferenceError: Raphael is not defined

Raphael.el.tooltip = function (tp) {

dracula_graph.js (Row 491)

TypeError: this.r.connection is not a function

...e.connection = this.r.connection(edge.source.shape, edge.target.shape, edge.styl... dracula_graph.js (Row 281)

vkaravir commented 11 years ago

Are you sure you are loading Raphael (http://raphaeljs.com/)? And that you are loading it before dracula?

kjaeger commented 11 years ago

I searched the whole Internet for fixing this problem, and the issue was so simple! Thanks! By copying and removing Javascripts my raphael-js was pasted and really loaded after Dracula

Thanks for the help :)

CSchulz commented 10 years ago

@kjaeger Please close this issue. :)