Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ parse
Method
parse
docs/scripts/log2.js:10–13 ·
view source on GitHub ↗
(raw, index)
Source
from the content-addressed store, hash-verified
8
}
9
10
parse(raw, index) {
11
const
value = LinearScale.prototype.parse.apply(this, [raw, index]);
12
return
isFinite(value) && value > 0 ? value : null;
13
}
14
15
determineDataLimits() {
16
const
{min, max} = this.getMinMax(true);
Callers
nothing calls this directly
Calls
1
apply
Method · 0.80
Tested by
no test coverage detected