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

Function _shouldApplyFill

src/plugins/plugin.filler/filler.helper.js:36–38  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

34}
35
36export function _shouldApplyFill(source) {
37 return source && source.fill !== false;
38}

Callers 2

beforeDatasetsDrawFunction · 0.90
beforeDatasetDrawFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected