Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChartGPU/ChartGPU
/ isTupleDataPoint
Function
isTupleDataPoint
examples/acceptance/sampling-config.ts:12–13 ·
view source on GitHub ↗
(point)
Source
from the content-addressed store, hash-verified
10
};
11
12
const
isTupleDataPoint: (point: unknown) => point is DataPointTuple = (point): point is DataPointTuple =>
13
Array.isArray(point);
14
15
// resolveOptions should not throw for a line series without areaStyle
16
{
Callers
1
sampling-config.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected