Merge branch 'change-graph-fill-setting' of kazu634/blog into master

This commit is contained in:
Kazuhiro MUSASHI 2020-06-27 23:01:45 +09:00 committed by Gitea
commit 2b9f035f0d
1 changed files with 1 additions and 8 deletions

View File

@ -83,6 +83,7 @@ chart=true
datasets: [{
label: '# of Votes',
data: [12, 19, 3, 5, 2, 3],
fill: false,
borderColor: [
'rgba(255, 99, 132, 1)',
'rgba(54, 162, 235, 1)',
@ -91,14 +92,6 @@ chart=true
'rgba(153, 102, 255, 1)',
'rgba(255, 159, 64, 1)'
],
backgroundColor: [
'rgba(0,0,0,0)',
'rgba(0,0,0,0)',
'rgba(0,0,0,0)',
'rgba(0,0,0,0)',
'rgba(0,0,0,0)',
'rgba(0,0,0,0)'
],
borderWidth: 1
}]
},