We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc5b4f commit 177aa1eCopy full SHA for 177aa1e
example/src/components/pie.js
@@ -4,7 +4,7 @@ import {Pie} from 'react-chartjs-2';
4
const data = {
5
labels: [
6
'Red',
7
- 'Green',
+ 'Blue',
8
'Yellow'
9
],
10
datasets: [{
0 commit comments