如何使用dc.js从JSON文件中读取数据?

时间:2015-07-05 18:46:02

标签: javascript json dc.js

我想使用dc.js从JSON文件中读取数据,但我对编程很新,我不知道如何做。

1 个答案:

答案 0 :(得分:3)

您应该填写以下内容:

d3.json("filename", function(error, data) {
  //Insert code here
}