/d3-organization-chart

Org Chart using d3.js

Primary LanguageJavaScriptMIT LicenseMIT

D3 v5 organization chart

NPM Version

Org chart built with d3 v5

Examples

Observable example (Most Updated)
Jsfiddle example
Codepen example

Installing

npm i d3-org-chart

Docs

Weak Wiki

Usage

const TreeChart = require ('https://bundle.run/d3-org-chart@1.0.4');


new TreeChart()
   .container(container)
   .data(data)
   .svgWidth(width)
   .initialZoom(0.4)
   .onNodeClick(d=> console.log(d+' node clicked'))
   .render()
 

See usage example - https://observablehq.com/@bumbeishvili/tree-chart-npm-demo

Notes & appreciations

I created this org-chart when I was hired by TeamApps.

Although this Org chart was specifically created for teamapps java web application framework , it's very flexible and can be used in any envornment, where d3 and DOM is accessible.

Big thanks to Matthias and Yann, who assembled requirements for org-chart and had valuable pieces of advice afterwads.

Authors

David B