MCPcopy
hub / github.com/apache/echarts / isNumberUserReadable

Function isNumberUserReadable

src/util/format.ts:74–76  ·  view source on GitHub ↗
(num: number)

Source from the content-addressed store, hash-verified

72 return (str && zrUtil.trim(str)) ? str : '-';
73 }
74 function isNumberUserReadable(num: number): boolean {
75 return isNullableNumberFinite(num);
76 }
77
78 const isTypeTime = valueType === 'time';
79 const isValueDate = value instanceof Date;

Callers 1

makeValueReadableFunction · 0.85

Calls 1

isNullableNumberFiniteFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…