Skip to content

@feds01/graphika


@feds01/graphika / utils/conversions

utils/conversions

Functions

convertFromNumerical()

ts
function convertFromNumerical(num): string;

Defined in: utils/conversions.ts:24

Function converts a number into a string representation of the number in a more human readable format.

Parameters

ParameterTypeDescription
numstring | numberIf the scale labels should be returned as what they truly are.

Returns

string

Formatted numeric string.

Released under the ISC License.