GraphAlchemist / Alchemy

Other
517 stars 234 forks source link

Example not working #581

Open adriens opened 7 years ago

adriens commented 7 years ago

Hi, i'm trying to use provided examples, but it looks like the tutorial is actually broken :

http://graphalchemist.github.io/Alchemy/#/examples

adelaide01 commented 6 years ago

Seems to be working. Did you try clicking on the choices on the left?

lhernandez-free commented 6 years ago

alchemy.min.css is not public, the basic example don't work. If library is downloaded them it can't access to d3 library. If you download d3 them alchemy.min.css get show this error

ReferenceError: _ is not defined alchemy.min.js:1:2593

b</b.prototype.setConf file:///home/lahernandez/0.4.1/alchemy.min.js:1:2593 b</b.prototype.begin file:///home/lahernandez/0.4.1/alchemy.min.js:1:2083 b file:///home/lahernandez/0.4.1/alchemy.min.js:1:2017 <anónimo> file:///home/lahernandez/0.4.1/page.html:14:19

This is my html file

I have graph.json in my localhost in same folder than html file.

gq17 commented 6 years ago

don't forget to add the vendor.js(and the vendor.css) as said in the documentation @adriens @lhernandez-stratio