Skip to content

Commit 177aa1e

Browse files
Max Plagajerairrest
authored andcommitted
Correct name of color in Pie.js (#410)
The label was "green" even though the color is blue.
1 parent 4cc5b4f commit 177aa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/components/pie.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {Pie} from 'react-chartjs-2';
44
const data = {
55
labels: [
66
'Red',
7-
'Green',
7+
'Blue',
88
'Yellow'
99
],
1010
datasets: [{

0 commit comments

Comments
 (0)