Change the fill setting

This commit is contained in:
Kazuhiro MUSASHI 2020-06-27 20:56:36 +07:00
parent 6fd0b3c543
commit e6ff3135df
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ chart=true
datasets: [{ datasets: [{
label: '# of Votes', label: '# of Votes',
data: [12, 19, 3, 5, 2, 3], data: [12, 19, 3, 5, 2, 3],
fill: false,
borderColor: [ borderColor: [
'rgba(255, 99, 132, 1)', 'rgba(255, 99, 132, 1)',
'rgba(54, 162, 235, 1)', 'rgba(54, 162, 235, 1)',