mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Tooltip: Provide argument for custom callback (#7522)
This commit is contained in:
parent
40871b0062
commit
2e4d623bf3
@ -669,7 +669,7 @@ export class Tooltip extends Element {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (changed && options.custom) {
|
if (changed && options.custom) {
|
||||||
options.custom.call(me);
|
options.custom.call(me, [me]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user