]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
update animation event to include inital variable (#9834)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Thu, 11 Nov 2021 05:20:48 +0000 (06:20 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Nov 2021 05:20:48 +0000 (07:20 +0200)
types/animation.d.ts

index 8eff8baac43feb2927c352e74edf42ac3572063c..593b745d954d44bae79dfd270eb44323c682b3c7 100644 (file)
@@ -12,6 +12,7 @@ export class Animation {
 export interface AnimationEvent {
        chart: Chart;
        numSteps: number;
+       initial: boolean;
        currentState: number;
 }