Merge branch 'change-graph-fill-setting' of kazu634/blog into master
This commit is contained in:
commit
2b9f035f0d
|
@ -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)',
|
||||||
|
@ -91,14 +92,6 @@ chart=true
|
||||||
'rgba(153, 102, 255, 1)',
|
'rgba(153, 102, 255, 1)',
|
||||||
'rgba(255, 159, 64, 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
|
borderWidth: 1
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue