mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
exampleSite: Fix mismatch of between sample code and chart
This commit is contained in:
@@ -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 */>}}
|
||||||
|
|||||||
Reference in New Issue
Block a user