UNPKG

vizzu

Version:

Vizzu is a free, open-source Javascript/C++ library utilizing a generic dataviz engine that generates many types of charts and seamlessly animates between them. It can be used to create static charts but more importantly it is designed for building animat

15 lines (14 loc) 349 B
import { Plugin, PluginHooks } from '../plugins.js'; export declare class Scheduler implements Plugin { private _updateInterval?; private _update; private _enabled; meta: { name: string; }; get hooks(): PluginHooks; enable(enabled: boolean): void; unregister(): void; private _start; private _stop; }