MCPcopy Index your code
hub / github.com/apache/echarts / illegalPoint

Function illegalPoint

src/component/axisPointer/axisTrigger.ts:537–539  ·  view source on GitHub ↗
(point?: number[])

Source from the content-addressed store, hash-verified

535}
536
537function illegalPoint(point?: number[]) {
538 return !point || point[0] == null || isNaN(point[0]) || point[1] == null || isNaN(point[1]);
539}

Callers 2

axisTriggerFunction · 0.85
dispatchTooltipActuallyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…