# Tree Organization ## Summary The Tree Organization Web Part shows the Organization Chart of the or the team, the web part reads infomation from current user to build the Organization Chart. You can configure in the web part properties: * show all Organization Chart * the only user team, (same manager and peers). * show Organization Chart by picking up user ![Organization Chart Web Part](./assets/react-tree-orgchart.gif) ![Organization Chart Web Part](./assets/Screenshot1.png) ![Organization Chart Web Part](./assets/Screenshot2.png) ![Organization Chart Web Part](./assets/Screenshot3.png) ## Compatibility ![SPFx 1.10](https://img.shields.io/badge/SPFx-1.10.0-green.svg) ![Node.js LTS 10 | LTS 8](https://img.shields.io/badge/Node.js-LTS%2010%20%7C%20LTS%208-green.svg) ![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg) ![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg "SharePoint Server 2019 requires SPFx 1.4.1 or lower") ![Does not work with SharePoint 2016 (Feature Pack 2)](https://img.shields.io/badge/SharePoint%20Server%202016%20(Feature%20Pack%202)-Incompatible-red.svg "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1") ![Local Workbench Incompatible](https://img.shields.io/badge/Local%20Workbench-Incompatible-red.svg "The solution requires access to the user's properties") ![Hosted Workbench Compatible (with API permissions)](https://img.shields.io/badge/Hosted%20Workbench-Compatible%20(with%20API%20permissions)-yellow.svg) ## Applies to * [SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview) * [Office 365 tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment) ## Web Part Properties Property |Type|Required| comments --------------------|----|--------|---------- title | Text| no| Web Part Title teamLeader |Text|no|UPN of manager if viewType is 4 viewType|viewType(number)|yes|if currentUserTeam is set it's not required maxLevels | Number| yes | Maximum number of levels to show detailBehavoir |boolean|no|Delve or Live Persona Card excludefilter|boolean|no|Filter contains/not contains filter|string|no|Filter Value currentUserTeam|boolean|no|only in Interface to handle previouse installations ### viewType Enum: ``` MyTeam = 1, CompanyHierarchy = 2, ShowOtherTeam = 4 ``` ## Solution Solution|Author(s) --------|--------- Tree Organization Web Part|[João Mendes](https://github.com/joaojmendes) Tree Organization Web Part|[Peter Paul Kirschner](https://github.com/petkir) ([@petkir_at](https://twitter.com/petkir_at)) ## Version history Version|Date|Comments -------|----|-------- 1.1.2|October 28, 2021|Fixes the Issue with different TimeZones. 1.1.1|October 5, 2021|Added missing Graph permissions in manifest 1.1.0|Feb 28, 2021|Added