| 1 | describe('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) { |
nothing calls this directly
no test coverage detected