/organization-chart

demo organization chart using D3.js & Canvas

Primary LanguageJavaScript

organization-chart

demo page

https://ssthouse.github.io/organization-chart/#/

demo gif

Tech

To draw your own nested data

please replace the data in /src/base/data-generator with your own nested data.

please add your data drawing logic in /src/components/org-chart.js #drawShowCanvas

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost
npm run dev

# build for production with minification (build to ./docs folder, which can be auto servered by github page 🤓)
npm run build