Merge pull request #77 from tSU-RooT/fix-chart-sample-code

exampleSite: Fix mismatch of between sample code and chart
This commit is contained in:
Nuno Coração 2022-10-06 14:56:23 +01:00 committed by GitHub
commit f255b20ec4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ data: {
labels: ['Tomato', 'Blueberry', 'Banana', 'Lime', 'Orange'], labels: ['Tomato', 'Blueberry', 'Banana', 'Lime', 'Orange'],
datasets: [{ datasets: [{
label: '# of votes', label: '# of votes',
data: [12, 19, 3, 5, 2, 3], data: [12, 19, 3, 5, 3],
}] }]
} }
{{</* /chart */>}} {{</* /chart */>}}