Skip to content

Interactive organogram in D3 that can be shared externally

Notifications You must be signed in to change notification settings

no10ds/d3_organogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D3 Organogarm

An Interactive and Searchable organogram in d3 - adapted from the code here

Usage

Setup

Run npm install to install the node dependencies to run the application.

Run pip install -r requirements to install the python dependencies, needed to generate the data.

Running the app

Run node index.js, which will launch the application at http://localhost:3000

Changing the data

Currently the underlying data is randomly generated with parser.py. To run the application with data from your organisation, change this file to read from a csv that matches the schema produced within the generate_current_grade_level function.

About

Interactive organogram in D3 that can be shared externally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published