Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ toRadiusCorners
Function
toRadiusCorners
src/elements/element.arc.ts:59–61 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
57
}
58
59
function
toRadiusCorners(value) {
60
return
_readValueToProps(value, [
'outerStart'
,
'outerEnd'
,
'innerStart'
,
'innerEnd'
]);
61
}
62
63
/**
64
* Parse border radius from the provided options
Callers
1
parseBorderRadius
Function · 0.85
Calls
1
_readValueToProps
Function · 0.85
Tested by
no test coverage detected