exampleSite: Fix mismatch of between sample code and chart

This commit is contained in:
Haruki TSURUMOTO 2022-10-06 13:35:36 +09:00
parent 3cc0546634
commit 5054321897

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 */>}}