change stats colors

This commit is contained in:
kara Diaby 2021-09-22 11:29:02 +02:00
parent b5e699e8b8
commit eb951c75e4
3 changed files with 6 additions and 8 deletions

View file

@ -1,7 +1,7 @@
Chartkick.options = {
content_for: :charts_js,
defer: true,
colors: ["rgba(61, 149, 236, 1)"],
colors: ["#000091"],
thousands: ' ',
decimal: ','
}