Adjust dataset style

This commit is contained in:
billz 2019-10-20 13:23:06 +01:00
parent 493559c13f
commit 75ab458377
1 changed files with 2 additions and 0 deletions

View File

@ -4,7 +4,9 @@
let data1 = {
datasets: [{
data: [linkQ, 100-linkQ],
borderWidth: 1,
backgroundColor: ['#d4edda', '#eaecf4'],
borderColor: 'rgba(176, 222, 187, 1)',
hoverBackgroundColor: ['#c1e2c8', '#eaecf4'],
hoverBorderWidth: 0
}],