Merge pull request #2596 from chartjs/fix/2406

Give the doughnut sample the correct color label
This commit is contained in:
Evert Timberg 2016-05-18 21:46:42 -04:00
commit 73610c00b4

View File

@ -59,7 +59,7 @@ An example data object using these attributes is shown below.
var data = { var data = {
labels: [ labels: [
"Red", "Red",
"Green", "Blue",
"Yellow" "Yellow"
], ],
datasets: [ datasets: [