Skip to content

Danish locale for D3.js, modelled after da_DK glibc locale

License

Notifications You must be signed in to change notification settings

emilbayes/d3-locale-da-dk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3-locale-da-dk

Danish locale for D3.js, modelled after da_DK glibc locale

Installation

npm install d3-locale-da-dk

Usage

You need d3 installed and pass this module to d3.locale:

var d3 = require('d3')
var da_DK = d3.locale(require('d3-locale-da-dk'))

da_DK.formatNumber('$,.2f')(12345.678) // => '12.345,67 kr'

License

ISC

About

Danish locale for D3.js, modelled after da_DK glibc locale

Resources

License

Stars

Watchers

Forks

Packages

No packages published