MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / isPointNull

Function isPointNull

libs/echarts/echarts.simple.js:34286–34288  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

34284var cp1 = [];
34285
34286function isPointNull(p) {
34287 return isNaN(p[0]) || isNaN(p[1]);
34288}
34289
34290function drawSegment(
34291 ctx, points, start, segLen, allLen,

Callers 3

drawMonoFunction · 0.70
drawNonMonoFunction · 0.70
echarts.simple.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected