Skip to content

Commit

Permalink
types added for highlightSeries
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Aug 30, 2024
1 parent 7d0d8bb commit 352a6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/vue-apexcharts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export interface VueApexChartsComponent extends ComponentPublicInstance {
): Promise<void>;
updateSeries(newSeries: any, animate?: boolean): Promise<void>;
toggleSeries(seriesName: string): any;
highlightSeries(seriesName: string): any;
showSeries(seriesName: string): void;
hideSeries(seriesName: string): void;
resetSeries(): void;
Expand Down

0 comments on commit 352a6c1

Please sign in to comment.