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

Function skipOrLimit

src/elements/element.bar.js:37–39  ·  view source on GitHub ↗
(skip, value, min, max)

Source from the content-addressed store, hash-verified

35}
36
37function skipOrLimit(skip, value, min, max) {
38 return skip ? 0 : _limitValue(value, min, max);
39}
40
41function parseBorderWidth(bar, maxW, maxH) {
42 const value = bar.options.borderWidth;

Callers 2

parseBorderWidthFunction · 0.85
parseBorderRadiusFunction · 0.85

Calls 1

_limitValueFunction · 0.85

Tested by

no test coverage detected