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

Function isInfinity

src/component/marker/MarkAreaView.ts:102–104  ·  view source on GitHub ↗
(val: ScaleDataValue)

Source from the content-addressed store, hash-verified

100};
101
102function isInfinity(val: ScaleDataValue) {
103 return !isNaN(val as number) && !isFinite(val as number);
104}
105
106// If a markArea has one dim
107function ifMarkAreaHasOnlyDim(

Callers 2

ifMarkAreaHasOnlyDimFunction · 0.70
getSingleMarkerEndPointFunction · 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…