]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Give the doughnut sample the correct color label 2596/head
authorEvert Timberg <evert.timberg+github@gmail.com>
Thu, 19 May 2016 01:43:01 +0000 (21:43 -0400)
committerEvert Timberg <evert.timberg+github@gmail.com>
Thu, 19 May 2016 01:43:01 +0000 (21:43 -0400)
docs/06-Pie-Doughnut-Chart.md

index 05487069b1921ef79695cd3a7cb60732e04f01f3..a46b0bafa490451b0b4d35a729c4226133ac5d05 100644 (file)
@@ -59,7 +59,7 @@ An example data object using these attributes is shown below.
 var data = {
     labels: [
         "Red",
-        "Green",
+        "Blue",
         "Yellow"
     ],
     datasets: [