Hi i need to create a bar chart with using json data.I saw many examples for loading csv datas.But i cant able to find for loading json datas.Please anyone provide example for this.
using json method in d3 you can load json datas.
json
d3
{"firstName":"John", "lastName":"Doe"}
d3.json("data.json", function(error, data) { consoloe.log(data); }