/org_chart_spike

A spike to render org charts based on d3-org-chart

Primary LanguageHandlebarsMIT LicenseMIT

Instructions

  1. Clone repo
  2. Add a file org_structure.csv to public/csv. This file should be structured with name,office,positionName,id,parentId
  3. Run npm start
  4. Open page via localhost:7000