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

View File

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