Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ _int16Range
Function
_int16Range
src/helpers/helpers.math.ts:194–196 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
192
* @private
193
*/
194
export
function
_int16Range(value: number) {
195
return
_limitValue(value, -32768, 32767);
196
}
197
198
/**
199
* @param value
Callers
1
getPixelForDecimal
Method · 0.85
Calls
1
_limitValue
Function · 0.85
Tested by
no test coverage detected