Skip to content

Instantly share code, notes, and snippets.

@amulyakhare
Created October 11, 2016 09:11
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 amulyakhare/72317089e1d9983c7db92db87f3e8b02 to your computer and use it in GitHub Desktop.
Save amulyakhare/72317089e1d9983c7db92db87f3e8b02 to your computer and use it in GitHub Desktop.
Sample Data
{
labels: ["Red","Green","Yellow","Grey","Blue"],
datasets: [
{
data: [11,16,7,3,14],
backgroundColor: [
"#FF6384",
"#4BC0C0",
"#FFCE56",
"#E7E9ED",
"#36A2EB"
],
label: 'My dataset'
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment