Skip to content

Instantly share code, notes, and snippets.

@GabrielNicolasAvellaneda
Created March 5, 2021 13:54
Show Gist options
  • Save GabrielNicolasAvellaneda/b1854500a6eb29e0e74315142777a033 to your computer and use it in GitHub Desktop.
Save GabrielNicolasAvellaneda/b1854500a6eb29e0e74315142777a033 to your computer and use it in GitHub Desktop.
{
"data": {
"datasets": [
{
"backgroundColor": [
"rgb(255, 99, 132)",
"rgb(54, 162, 235)",
"rgb(255, 205, 86)"
],
"data": [
300,
50,
100
],
"label": "My First Dataset"
}
],
"labels": [
"Red",
"Blue",
"Yellow"
]
},
"type": "doughnut"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment