demarches-normaliennes/config/initializers/chartkick.rb

8 lines
137 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,
colors: ["rgba(61, 149, 236, 1)"],
thousands: ' ',
decimal: ','
2017-06-07 14:53:10 +02:00
}