d3-mitch-tree

js Styles
D3 plugin to create interactive navigatable hierarchical tree diagrams.
Version 1.1.2 License MIT
Keywords
d3d3-modulejavascript
INSTALL
Type:
<script src=" https://cdn.jsdelivr.net/npm/d3-mitch-tree@1.1.2/dist/js/d3-mitch-tree.min.js "></script>
<link href=" https://cdn.jsdelivr.net/npm/d3-mitch-tree@1.1.2/dist/css/d3-mitch-tree.min.css " rel="stylesheet">
No default files set by the package author so the URLs are guessed. You can always browse all package files to use other ones.
Introduction
A D3 plugin which lets you create a stunning interactive hierarchical tree visualisation with a flat/nested dataset. It has various features which makes it suitable for traversing large data sets.
Features
- Zoom and Panning
- Automatically pan to the clicked node
- Hide irrelevant nodes while traversing the tree
- Supports AJAX load-on-demand
- Supports theming (via CSS)
Documentation
The project documentation can be found in the repo's Netlify site
License
MIT © Michael Tran