color
This commit is contained in:
parent
ec9e9a8781
commit
8db9dcd40d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ const radarChart = new Chart(ctx, {
|
||||||
fill: true,
|
fill: true,
|
||||||
backgroundColor: 'rgba(25, 80, 233, 0.2)',
|
backgroundColor: 'rgba(25, 80, 233, 0.2)',
|
||||||
borderColor: 'rgb(25, 80, 233, 10)',
|
borderColor: 'rgb(25, 80, 233, 10)',
|
||||||
pointBackgroundColor: 'rgb(255, 99, 132)',
|
pointBackgroundColor: 'rgb(55, 99, 132)',
|
||||||
pointBorderColor: '#fff',
|
pointBorderColor: '#fff',
|
||||||
pointHoverBackgroundColor: '#fff',
|
pointHoverBackgroundColor: '#fff',
|
||||||
pointHoverBorderColor: 'rgb(255, 99, 132)',
|
pointHoverBorderColor: 'rgb(255, 99, 132)',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue