MCPcopy
hub / github.com/chartjs/Chart.js / startEnd

Function startEnd

src/controllers/controller.bar.js:248–250  ·  view source on GitHub ↗
(v, start, end)

Source from the content-addressed store, hash-verified

246}
247
248function startEnd(v, start, end) {
249 return v === 'start' ? start : v === 'end' ? end : v;
250}
251
252function setInflateAmount(properties, {inflateAmount}, ratio) {
253 properties.inflateAmount = inflateAmount === 'auto'

Callers 1

parseEdgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected