UNPKG

d3-stencil

Version:

Charts built with D3 and Stencil. Framework-agnostic, simple.

3 lines (2 loc) 176 B
const LOCALE = navigator.language || 'en-GB'; export const currencyFormatter = (data, currency) => new Intl.NumberFormat(LOCALE, { style: 'currency', currency }).format(data);