strathausen / dracula

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

Sources in Examples Out of Date #51

Open apfranzen opened 6 years ago

apfranzen commented 6 years ago

Hi, I would love to further evaluate your project for use in my open source application. A barrier that I am experiencing is that most of the sources are out of date on the examples. Specifically with the classes example, the following are not able to be found. I found valid CDN links for jQuery and for 45 min attempted to find the correct files, but it seems there has been quite a bit of file restructuring since these examples were first developed. Could you help me get classes example up and running, and potentially fix the sources on all examples? I think this might help future users as well. Thank you, great project!

"../vendor/raphael.js"
"../vendor/jquery-1.8.2.js"
"../lib/dracula_graffle.js"
"../lib/dracula_graph.js"
ninjachen commented 3 years ago

I meet the same problem. @apfranzen could you provide these links you found, it would help the ones want to play with the samples.