mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -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'],
|
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 */>}}
|
||||||
|
|
Loading…
Reference in a new issue