I am using d3 for charting some nodes and links between them. For bringing the data, I used a json name link.json and called it like-
d3.json("linked.json", function(error, graph) {}
It works properly.But the data of that json is not dynamic. To make it dynamic I must call a servlet in the place of calling the json.I can't do this.. please anyone help me....