58 lines
2.2 KiB
JSON
58 lines
2.2 KiB
JSON
[
|
|
{
|
|
"name": "pnp-sp-dev-spfx-web-parts-react-graph-reports",
|
|
"source": "pnp",
|
|
"title": "Graph Usage Reports",
|
|
"shortDescription": "This sample describe a SPFX application which retrieves an office 365 usage reports using Microsoft Graph API. This application also use chartjs library to generate graph.",
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-reports",
|
|
"longDescription": [
|
|
"This sample describe a SPFX application which retrieves an office 365 usage reports using Microsoft Graph API. This application also use chartjs library to generate graph."
|
|
],
|
|
"creationDateTime": "2019-04-09",
|
|
"updateDateTime": "2019-04-09",
|
|
"products": [
|
|
"SharePoint"
|
|
],
|
|
"metadata": [
|
|
{
|
|
"key": "CLIENT-SIDE-DEV",
|
|
"value": "React"
|
|
},
|
|
{
|
|
"key": "SPFX-VERSION",
|
|
"value": "1.8.0"
|
|
}
|
|
],
|
|
"thumbnails": [
|
|
{
|
|
"type": "image",
|
|
"order": 100,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-graph-reports/assets/react-graph-reports.gif",
|
|
"alt": "Graph Usage Reports"
|
|
},
|
|
{
|
|
"type": "image",
|
|
"order": 101,
|
|
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-graph-reports/assets/graph-api-permissions-usage-reports.png?raw=true",
|
|
"alt": "Graph Usage Reports"
|
|
}
|
|
],
|
|
"authors": [
|
|
{
|
|
"gitHubAccount": "ejazhussain",
|
|
"company": "Content and Code",
|
|
"pictureUrl": "https://github.com/ejazhussain.png",
|
|
"name": "Ejaz Hussain",
|
|
"twitter": "EjazHussain_"
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"name": "Build your first SharePoint client-side web part",
|
|
"description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.",
|
|
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part"
|
|
}
|
|
]
|
|
}
|
|
]
|