mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
update animation event to include currentStep instead of currentState (#9837)
This commit is contained in:
parent
359d171683
commit
7da77a560e
2
types/animation.d.ts
vendored
2
types/animation.d.ts
vendored
@ -13,7 +13,7 @@ export interface AnimationEvent {
|
||||
chart: Chart;
|
||||
numSteps: number;
|
||||
initial: boolean;
|
||||
currentState: number;
|
||||
currentStep: number;
|
||||
}
|
||||
|
||||
export class Animator {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user