From ff8eb5a65b74f0f39b42e8efb9b4a541314d79fd Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Wed, 18 May 2016 21:43:01 -0400 Subject: [PATCH] Give the doughnut sample the correct color label --- docs/06-Pie-Doughnut-Chart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-Pie-Doughnut-Chart.md b/docs/06-Pie-Doughnut-Chart.md index 05487069b..a46b0bafa 100644 --- a/docs/06-Pie-Doughnut-Chart.md +++ b/docs/06-Pie-Doughnut-Chart.md @@ -59,7 +59,7 @@ An example data object using these attributes is shown below. var data = { labels: [ "Red", - "Green", + "Blue", "Yellow" ], datasets: [ -- 2.47.2