mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
exampleSite: Fix mismatch of between sample code and chart
This commit is contained in:
parent
3cc0546634
commit
5054321897
1 changed files with 1 additions and 1 deletions
|
@ -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 */>}}
|
||||
|
|
Loading…
Reference in a new issue