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

Function afterEvent

src/plugins/plugin.legend.js:630–634  ·  view source on GitHub ↗
(chart, args)

Source from the content-addressed store, hash-verified

628
629
630 afterEvent(chart, args) {
631 if (!args.replay) {
632 chart.legend.handleEvent(args.event);
633 }
634 },
635
636 defaults: {
637 display: true,

Callers

nothing calls this directly

Calls 1

handleEventMethod · 0.45

Tested by

no test coverage detected