7 lines
137 B
Ruby
7 lines
137 B
Ruby
Chartkick.options = {
|
||
content_for: :charts_js,
|
||
defer: true,
|
||
colors: ["rgba(61, 149, 236, 1)"],
|
||
thousands: ' ',
|
||
decimal: ','
|
||
}
|