d3.json: “Uncaught TypeError: Cannot read property 'children' of undefined”

后端 未结 5 2174
面向向阳花
面向向阳花 2021-01-05 16:14

I am trying out d3 as a tool for representing biological data.

I am trying to open the following example in my chrome browser so that I can understand how it works

5条回答
  •  一个人的身影
    2021-01-05 16:42

    The code is from d3.v3 but it's pointing to d3.v2, which does not use the error call in the d3.json function.

提交回复
热议问题