Skip to content

Commit

Permalink
fix(Highcharts plugin): add metaKey property to SeriesClickEventObjec…
Browse files Browse the repository at this point in the history
…t type (#164)
  • Loading branch information
korvin89 authored May 17, 2023
1 parent 5ad0ca5 commit 3484561
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/highcharts/types/highcharts-extends.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,9 @@ declare module 'highcharts' {
baseSeries?: Series;
navigatorSeries?: Series;
}

interface SeriesClickEventObject {
// https://github.com/highcharts/highcharts/blob/818eb62b9d1a0efc3c9ec705e95b13849e2040fa/ts/Core/Series/Series.ts#L5039
metaKey?: boolean;
}
}

0 comments on commit 3484561

Please sign in to comment.