Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

tonic + npm: d3-hierarchy

node v5.12.0
version: master
endpointsharetweet
var d3 = require("d3-hierarchy"); var table = [ {"id": "Eve", "parentId": ""}, {"id": "Cain", "parentId": "Eve"}, {"id": "Seth", "parentId": "Eve"}, {"id": "Enos", "parentId": "Seth"}, {"id": "Noam", "parentId": "Seth"}, {"id": "Abel", "parentId": "Eve"}, {"id": "Awan", "parentId": "Eve"}, {"id": "Enoch", "parentId": "Awan"}, {"id": "Azura", "parentId": "Eve"} ]; var root = d3.stratify()(table);
Loading…

no comments

    sign in to comment