We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2b8e7 commit 37a876dCopy full SHA for 37a876d
src/apps/weblib/js-api/vizzu.d.ts
@@ -389,7 +389,7 @@ export default class Vizzu {
389
on(eventName: EventName, handler: (event: Event) => void): void;
390
/** Uninstalls the provided event handler to the event specified by name */
391
off(eventName: EventName, handler: (event: Event) => void): void;
392
- /** Initiates a new animation to the new chart states pass as the first
+ /** Initiates a new animation to the new chart states passed as the first
393
* argument. The optional second parameter specifies the animation
394
* options.
395
* The method returns a promise, which will resolve when the animation is
0 commit comments