This is a slightly more complex, modifed version of the basic Google Organization Chart. It is still powered by our position database in Google Sheets and the Google Charts library, but has extra information when compared to the organization chart embedded in that sheet. This chart shows who holds each position, which ones are open, and has filters for ease of use.
To contribute, simply clone, edit, and submit a pull request. When you push to your fork, you can actually view the latest changes live at https://{YOUR_USERNAME}.github.io/hr-org-chart/. You can also view the changes live with VSCode's Live Server.
See the issues for specific items to work on. Feel free to submit your own ideas.
NPM is not required, it's just used to download some configuration files for Visual Studio Code that provide formatting and hints. They make development a bit easier.
If you do want to download those development libraries, simply install Node.js and run npm update
in the folder.