Created
October 11, 2016 09:11
-
-
Save amulyakhare/72317089e1d9983c7db92db87f3e8b02 to your computer and use it in GitHub Desktop.
Sample Data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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