node-d3-hierarchy

Layout algorithms for visualizing hierarchical data
  https://d3js.org/d3-hierarchy/
  0
  no reviews



Many datasets are intrinsically hierarchical. Consider geographic entities, such as census blocks, census tracts, counties and states; the command structure of businesses and governments; file systems and software packages.

This module implements several popular techniques for visualizing hierarchical data.

Node.js is an event-based server-side JavaScript engine.