Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChartGPU/ChartGPU
/ isRadiusTuple
Function
isRadiusTuple
src/renderers/createPieRenderer.ts:99–101 ·
view source on GitHub ↗
( radius: PieRadius )
Source
from the content-addressed store, hash-verified
97
};
98
99
const
isRadiusTuple = (
100
radius: PieRadius
101
): radius is readonly [inner: number | string, outer: number | string] => Array.isArray(radius);
102
103
const
resolveRadiiCss = (
104
radius: PieRadius | undefined,
Callers
1
resolveRadiiCss
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected