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

Function isFloatBar

src/controllers/controller.bar.js:170–172  ·  view source on GitHub ↗
(custom)

Source from the content-addressed store, hash-verified

168}
169
170function isFloatBar(custom) {
171 return custom && custom.barStart !== undefined && custom.barEnd !== undefined;
172}
173
174function barSign(size, vScale, actualBase) {
175 if (size !== 0) {

Callers 3

getLabelAndValueMethod · 0.85
updateElementsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected