Skip to content

Commit

Permalink
add missing mouse events to CoreChartOptions.events type
Browse files Browse the repository at this point in the history
  • Loading branch information
jmorel committed Feb 3, 2022
1 parent 56661e4 commit 0a40d30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions types/index.esm.d.ts
Expand Up @@ -1495,7 +1495,14 @@ export interface CoreChartOptions<TType extends ChartType> extends ParsingOption
events: (
'mousemove' |
'mouseout' |
'mouseenter' |
'mouseleave' |
'mousedown' |
'mouseup' |
'click' |
'dblclick' |
'mouseover' |
'contextmenu' |
'touchstart' |
'touchmove' |
'touchend' |
Expand Down

0 comments on commit 0a40d30

Please sign in to comment.