Can't render a simple HTML page example
问题 I saw an example at http://graphalchemist.github.io/Alchemy/#/examples I am working with 'basic graph' example I wanted to copy the example on my own local computer. I made a directory with two files : trial.html and charlize.json , and copied the code. Only change I made was switching dataSource: 'data/charlize.json', to dataSource: 'charlize.json', ( I also tried ./charlize.json) When I open trial.html , I don't get the network graph. I get a blank white HTML page . I don't see what I have