modif couleur graphique
This commit is contained in:
parent
8a9ca97a80
commit
7f48f00ba4
1 changed files with 4 additions and 4 deletions
|
|
@ -21,12 +21,12 @@ const radarChart = new Chart(ctx, {
|
||||||
label: 'Moyenne des notes',
|
label: 'Moyenne des notes',
|
||||||
data: [4.7, 4.6, 4.4, 4.3, 4.8],
|
data: [4.7, 4.6, 4.4, 4.3, 4.8],
|
||||||
fill: true,
|
fill: true,
|
||||||
backgroundColor: 'rgba(25, 80, 233, 0.2)',
|
backgroundColor: 'rgba(255,215,0,0.2)',
|
||||||
borderColor: 'rgb(25, 80, 233, 10)',
|
borderColor: 'rgb(255,215,0)',
|
||||||
pointBackgroundColor: 'rgb(55, 99, 132)',
|
pointBackgroundColor: 'rgb(255,215,0)',
|
||||||
pointBorderColor: '#fff',
|
pointBorderColor: '#fff',
|
||||||
pointHoverBackgroundColor: '#fff',
|
pointHoverBackgroundColor: '#fff',
|
||||||
pointHoverBorderColor: 'rgb(255, 99, 132)',
|
pointHoverBorderColor: 'rgb(255, 215, 0)',
|
||||||
pointStyle: 'circle',
|
pointStyle: 'circle',
|
||||||
pointRadius: 5,
|
pointRadius: 5,
|
||||||
pointRotation: 0,
|
pointRotation: 0,
|
||||||
Loading…
Add table
Reference in a new issue