Skip to content

Commit

Permalink
update animation event to include inital variable (#9834)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Nov 11, 2021
1 parent 7966227 commit 359d171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/animation.d.ts
Expand Up @@ -12,6 +12,7 @@ export class Animation {
export interface AnimationEvent {
chart: Chart;
numSteps: number;
initial: boolean;
currentState: number;
}

Expand Down

0 comments on commit 359d171

Please sign in to comment.