MCPcopy
hub / github.com/chartjs/Chart.js / plugin.filler.tests.js

File plugin.filler.tests.js

test/specs/plugin.filler.tests.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe('Plugin.filler', function() {
2 const fillerPluginRegisterWarning = 'Tried to use the \'fill\' option without the \'Filler\' plugin enabled. Please import and register the \'Filler\' plugin and make sure it is not disabled in the options';
3 function decodedFillValues(chart) {
4 return chart.data.datasets.map(function(dataset, index) {

Callers

nothing calls this directly

Calls 3

decodedFillValuesFunction · 0.85
unregisterMethod · 0.65
registerMethod · 0.65

Tested by

no test coverage detected