A formatter for currency values.
Creates a formatter that displays exactly [precision] decimal places.
A formatter that displays exactly [precision] decimal places.
Creates a formatter that formats numbers to show no more than [maxNumberOfDecimalPlaces] decimal places. All other values are stringified.
A formatter for general values.
Creates a formatter that stringifies its input.
A formatter that stringifies its input.
Creates a multi time formatter that displays dates.
A formatter for time/date values.
Creates a formatter for percentage values. Multiplies the input by 100 and appends "%".
A formatter for percentage values.
Creates a formatter for values that displays abbreviated values and uses standard short scale suffixes
Numbers with a magnitude outside of (10 ^ (-precision), 10 ^ 15) are shown using scientific notation to avoid creating extremely long decimal strings.
A formatter with short scale formatting
Creates a formatter for values that displays [numberOfSignificantFigures] significant figures and puts SI notation.
A formatter for SI values.
Creates a time formatter that displays time/date using given specifier.
List of directives can be found on: https://github.com/mbostock/d3/wiki/Time-Formatting#format
A formatter for time/date values.
Generated using TypeDoc
Creates a formatter for currency values.