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

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -