javascript - How can I call Servlet from d3.json() -
i using d3 charting nodes , links between them. bringing data, used json name link.json , called like-
d3.json("linked.json", function(error, graph) {}
it works properly.but data of json not dynamic. make dynamic must call servlet in place of calling json.i can't this.. please me....
a url url. replace linked.json
url servlet want call (making sure servlet returns suitably formatted json response).
Comments
Post a Comment