mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-13 11:46:55 +01:00
Add args.mode to before/after update plugin hooks (#7949)
This commit is contained in:
@@ -525,7 +525,7 @@ function doFill(ctx, cfg) {
|
||||
export default {
|
||||
id: 'filler',
|
||||
|
||||
afterDatasetsUpdate(chart, options) {
|
||||
afterDatasetsUpdate(chart, _args, options) {
|
||||
const count = (chart.data.datasets || []).length;
|
||||
const propagate = options.propagate;
|
||||
const sources = [];
|
||||
|
||||
Reference in New Issue
Block a user