Interface: ExtendedPlugin<TType, O, Model>
-
↳ Plugin
▸ Optional
afterTooltipDraw(chart
: <bar | line | scatter | bubble | pie | doughnut | polarArea | radar, (number | ScatterDataPoint | )[], unknown>, args
: { tooltip
: Model }, options
: O): void
Parameters:
Returns: void
Defined in:
beforeTooltipDraw
desc
Called before drawing the tooltip
. If any plugin returns false
, the tooltip drawing is cancelled until another render
is triggered.
Parameters:
Returns: boolean | void
Defined in: index.esm.d.ts:2310 (opens new window)