Saturday, 24 August 2013

Creationg Tree Using D3js in MVC4

Creationg Tree Using D3js in MVC4

I am making a project where user can register and can follow other user in
the website so i want to use the layout of tree to show his friends like
he will in the parent node and other friend as children node and all
http://mbostock.github.io/d3/talk/20111018/tree.html
this link is the layout of the tree which i want to implement of d3js.In
this example they are fetching the data of children and root from the
json.js file.
so my question how i will get the parent and childred node from database
in mvc4

No comments:

Post a Comment