diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 241de62a110..c1a79d4cf68 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -1495,7 +1495,14 @@ export interface CoreChartOptions extends ParsingOption events: ( 'mousemove' | 'mouseout' | + 'mouseenter' | + 'mouseleave' | + 'mousedown' | + 'mouseup' | 'click' | + 'dblclick' | + 'mouseover' | + 'contextmenu' | 'touchstart' | 'touchmove' | 'touchend' |