sp-dev-fx-webparts/samples/react-graph-webpart-report
a1mery 92f8e5e991 upgrade to SPFx 1.18.2 2024-02-12 15:09:39 +01:00
..
.devcontainer Updated readme, fixed lints, and added container 2023-05-13 14:25:49 -04:00
assets Updated readme and sample.json 2023-08-09 23:06:04 -04:00
config upgrade to SPFx 1.18.2 2024-02-12 15:09:39 +01:00
src upgrade to SPFx 1.18.2 2024-02-12 15:09:39 +01:00
teams First commit 2023-04-23 20:57:05 +02:00
.eslintrc.js First commit 2023-04-23 20:57:05 +02:00
.gitignore First commit 2023-04-23 20:57:05 +02:00
.npmignore First commit 2023-04-23 20:57:05 +02:00
.yo-rc.json upgrade to SPFx 1.18.2 2024-02-12 15:09:39 +01:00
README.md upgrade to SPFx 1.18.2 2024-02-12 15:09:39 +01:00
gulpfile.js First commit 2023-04-23 20:57:05 +02:00
package-lock.json upgrade to SPFx 1.18.2 2024-02-12 15:09:39 +01:00
package.json upgrade to SPFx 1.18.2 2024-02-12 15:09:39 +01:00
tsconfig.json upgrade to SPFx 1.18.2 2024-02-12 15:09:39 +01:00

README.md

Web Part Report

Summary

This sample web part shows a report of the web parts used on the current site.

Chart View

List View

Animated

Compatibility

⚠️ Important
Every SPFx version is optimally compatible with specific versions of Node.js. In order to be able to build this sample, you need to 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.

This sample is optimally compatible with the following environment configuration:

SPFx 1.17.1 Node.js v16.13+ Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

Microsoft Graph permission:

  • Sites.Read.All

Contributors

Version history

Version Date Comments
1.0 March 23, 2023 Initial release
2.0 July 11, 2023 Add minor features
3.0 February 12, 2024 Upgrade to SPFx 1.18.2

Minimal Path to Awesome

  • Clone this repository (or download this solution as a .ZIP file then unzip it)
  • From your command line, change your current directory to the directory containing this sample (react-graph-webpart-report, located under samples)
  • in the command line run:
    • npm install
    • gulp bundle
    • gulp package-solution
  • Deploy the package to your app catalog
  • Approve the API permission request from the SharePoint admin
  • Add the web part to a page
  • In the command-line run:
    • gulp serve --nobrowser

Features

This web part illustrates the following concepts:

  • Consume the Microsoft Graph API from SPFx web part
  • Use of the SharePoint Pages Microsoft Graph API
  • Use of @pnp/spfx-property-controls (ListView and CharControl)
  • Use of Top Actions

References

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

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 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.