diff --git a/views/resto.ejs b/views/resto.ejs index f3024d7..2bee9aa 100644 --- a/views/resto.ejs +++ b/views/resto.ejs @@ -232,12 +232,12 @@ label: 'Moyenne des notes', data: [4.7, 4.6, 4.4, 4.3, 4.8], fill: true, - backgroundColor: 'rgba(25, 80, 233, 0.2)', - borderColor: 'rgb(25, 80, 233, 10)', - pointBackgroundColor: 'rgb(55, 99, 132)', + backgroundColor: 'rgba(255,215, 0, 0.2)', + borderColor: 'rgb(255,215, 0, 1)', + pointBackgroundColor: 'rgb(255,215, 0)', pointBorderColor: '#fff', pointHoverBackgroundColor: '#fff', - pointHoverBorderColor: 'rgb(255, 99, 132)', + pointHoverBorderColor: 'rgb(255,215, 0)', pointStyle: 'circle', pointRadius: 5, pointRotation: 0,