我面临的问题:没有图 D:
我正在尝试做的事情:复制这个在本地运行它。http://sigmajs.org/examples/gexf_example.html
当我尝试模拟网页时,我得到了什么:http: //i.imgur.com/q93z9.png
当我在 Firefox 中运行它时,我什么也没有得到,我不知道为什么......
类似的问题:
这是https://stackoverflow.com/questions/11572429/sigma-parsegexf-js-got-xmlhttprequest-exception-error的副本,没有收到任何答案:(
也有这个,但我不明白他到底做了什么...... Sigma.js 的图形可视化:在我头上
我该如何解决这个问题/它只能在 Web 服务器上运行吗?
谢谢!
我尝试使用一些解决方案并更改 gexfhttp.open('GET', gexfPath, false);
为 gexfhttp.open('GET', gexfPath, true);
但没有发现任何区别
相关代码:
Javascript(取自 sigma.js.org) sigma.parseGexf.js http://pastie.org/5133355(用上面的“解决方案”修改)prettify.js:http ://sigmajs.org/js/prettify.js sigma.min:http ://sigmajs.org/js/sigma.min.js
CSS http://sigmajs.org/css/bootstrap.min.css http://sigmajs.org/css/bootstrap-responsive.min.css http://sigmajs.org/css/style.css http:// sigmajs.org/css/prettify.css
我正在运行的 HTML 文件(再次来自 sigmajs.org) http://pastie.org/5133367也在http://sigmajs.org/examples/gexf_example.html