mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 16:26:52 +01:00
Tooltip: Provide argument for custom callback (#7522)
This commit is contained in:
@@ -669,7 +669,7 @@ export class Tooltip extends Element {
|
||||
}
|
||||
|
||||
if (changed && options.custom) {
|
||||
options.custom.call(me);
|
||||
options.custom.call(me, [me]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user