Javascript 如何使用dc.js从JSON文件读入数据?

Javascript 如何使用dc.js从JSON文件读入数据?,javascript,json,dc.js,Javascript,Json,Dc.js,我想使用dc.js从JSON文件中读取数据,但我对编程相当陌生,不知道如何读取数据。您应该放以下内容: d3.json("filename", function(error, data) { //Insert code here } 您应将以下内容: d3.json("filename", function(error, data) { //Insert code here } 您应将以下内容: d3.json("filename", function(error, data) {

我想使用dc.js从JSON文件中读取数据,但我对编程相当陌生,不知道如何读取数据。

您应该放以下内容:

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

您应将以下内容:

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

您应将以下内容:

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

您应将以下内容:

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