sp-dev-fx-webparts/samples/react-organization-chart
Hugo Bernier c24aacbd7f Updated telemetry link 2023-03-12 21:16:15 -04:00
..
.devcontainer added remaining containers 2022-02-16 21:47:07 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Renamed folder, added sample.json 2021-05-03 22:28:35 -04:00
src commit chnages 2021-05-07 22:35:29 +01:00
.eslintrc.json Renamed folder, added sample.json 2021-05-03 22:28:35 -04:00
.gitignore Renamed folder, added sample.json 2021-05-03 22:28:35 -04:00
.yo-rc.json Renamed folder, added sample.json 2021-05-03 22:28:35 -04:00
README.md Updated telemetry link 2023-03-12 21:16:15 -04:00
gulpfile.js Renamed folder, added sample.json 2021-05-03 22:28:35 -04:00
package-lock.json Renamed folder, added sample.json 2021-05-03 22:28:35 -04:00
package.json Update package.json 2021-11-21 15:28:29 -05:00
tsconfig.json Renamed folder, added sample.json 2021-05-03 22:28:35 -04:00

README.md

Organization Chart

Summary

This web part shows an organization chart based on specified user, and user can navigate to show company organization. This web part can be installed on SharePoint Server 2019, and SharePoint Online.

Organization Chart

Organization Chart

Organization Chart

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.4.1 Node.js v6 | v8 SharePoint 2019 | Online Teams No: Not designed for Microsoft Teams Workbench Hosted: Does not work with local workbench Compatible with Remote Containers

Applies to

Contributors

Version history

Version Date Comments
1.0 May, 2021 Initial release

Prerequisites

No pre-requisites

Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This web part shows how to use PnPjs, Office-ui-fabric-react to create an Organization Chart

This extension illustrates the following concepts:

Help

We do not support samples, but we do use GitHub to track issues and constantly want to improve these samples.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.