stats: improve numeric separators and suffixes
This commit is contained in:
parent
34a2dc6b97
commit
283f110e9b
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
Chartkick.options = {
|
||||
content_for: :charts_js,
|
||||
defer: true,
|
||||
colors: ["rgba(61, 149, 236, 1)"]
|
||||
colors: ["rgba(61, 149, 236, 1)"],
|
||||
thousands: ' ',
|
||||
decimal: ','
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue