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

Function isInfinity

src/component/marker/MarkLineView.ts:157–159  ·  view source on GitHub ↗
(val: ScaleDataValue)

Source from the content-addressed store, hash-verified

155};
156
157function isInfinity(val: ScaleDataValue) {
158 return !isNaN(val as number) && !isFinite(val as number);
159}
160
161// If a markLine has one dim
162function ifMarkLineHasOnlyDim(

Callers 2

ifMarkLineHasOnlyDimFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…