-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example not working #581
Comments
Seems to be working. Did you try clicking on the choices on the left? |
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 This is my html file <script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> <script src="alchemy.min.js"></script> <script type="text/javascript"> var config = { dataSource: 'graph.json', };
I have graph.json in my localhost in same folder than html file. |
don't forget to add the vendor.js(and the vendor.css) as said in the documentation @adriens @lhernandez-stratio |
Hi, i'm trying to use provided examples, but it looks like the tutorial is actually broken :
http://graphalchemist.github.io/Alchemy/#/examples
The text was updated successfully, but these errors were encountered: