From 691ae031240fba7cfca3e02e70d79bb9bd13baae Mon Sep 17 00:00:00 2001 From: Max Plaga Date: Thu, 20 Jun 2019 14:57:34 +0200 Subject: [PATCH] Correct name of color in Pie.js The label was "green" even though the color is blue. --- example/src/components/pie.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/components/pie.js b/example/src/components/pie.js index ce529d428..12587b7d9 100644 --- a/example/src/components/pie.js +++ b/example/src/components/pie.js @@ -4,7 +4,7 @@ import {Pie} from 'react-chartjs-2'; const data = { labels: [ 'Red', - 'Green', + 'Blue', 'Yellow' ], datasets: [{