misoproject / dataset

JavaScript library that makes managing the data behind client-side visualisations easy
http://misoproject.com
GNU General Public License v2.0
1.18k stars 99 forks source link

European standards for comma separated for numeric values #221

Open oyvindwh opened 10 years ago

oyvindwh commented 10 years ago

Hi. In Norway we use , (comma) as the decimal separator in numeric values. Can we tell Miso that this is the separator value when getting the data without making our own miso types?

Like this: data: this.column("xxxx").data(decimalformatter:",")

/Øyvind