@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
| Parameter | Type | Description |
|---|---|---|
num | string | number | If the scale labels should be returned as what they truly are. |
Returns
string
Formatted numeric string.