Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created October 24, 2022 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expiscornovus/94c51c4c07010114454fd45a0da7a424 to your computer and use it in GitHub Desktop.
Save expiscornovus/94c51c4c07010114454fd45a0da7a424 to your computer and use it in GitHub Desktop.
Create Doughnut QuickChart
{
"backgroundColor": "white",
"width": 500,
"height": 250,
"format": "png",
"chart": {
"type": "doughnut",
"data": {
"datasets": [
{
"data": @{body('Select_-_Seconds_in_Meeting')}
}
],
"labels": @{body('Select_-_User')}
},
"options": {
"title": {
"display": true,
"text": "Second in Meeting per Attendee"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment