UNPKG

d3-stencil

Version:

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

3 lines (2 loc) 163 B
import { Formats } from './formats'; export const formatter = (type, data, currency) => type === 'CURRENCY' ? Formats[type](data, currency) : Formats[type](data);