demarches-normaliennes/config/initializers/chartkick.rb

8 lines
123 B
Ruby
Raw Normal View History

2017-06-07 14:53:10 +02:00
Chartkick.options = {
content_for: :charts_js,
2018-08-01 16:50:58 +02:00
defer: true,
2021-09-22 11:29:02 +02:00
colors: ["#000091"],
thousands: ' ',
decimal: ','
2017-06-07 14:53:10 +02:00
}