我正在尝试自定义 Mike Bostock 的Hierarchical Edge Bundling示例:
到目前为止,我已经能够用我的数据生成认为是等效的 json 文件,但我无法让它显示出来。
在控制台中,我收到以下错误:
TypeError: n is undefined
和以下警告:
mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create
我曾尝试在运行本地服务器的不同浏览器中无济于事。我还发现这些问题并没有解决问题。
您可以在此 gist中找到我的代码和更改后的 json 。
任何帮助将不胜感激。