Interface: ExtendedPlugin<TType, O, Model>
▸ Optional
afterTooltipDraw(chart
, args
, options
): void
Parameters
Returns
void
Defined in
beforeTooltipDraw
desc
Called before drawing the . If any plugin returns false
, the tooltip drawing is cancelled until another render
is triggered.
Parameters
Returns
boolean
| void