vega-lite
Version:
Vega-Lite is a concise high-level language for interactive visualization.
13 lines • 591 B
TypeScript
import { SelectionCompiler } from './index.js';
export declare const CURR = "_curr";
export declare const ANIM_VALUE = "anim_value";
export declare const ANIM_CLOCK = "anim_clock";
export declare const EASED_ANIM_CLOCK = "eased_anim_clock";
export declare const MIN_EXTENT = "min_extent";
export declare const MAX_RANGE_EXTENT = "max_range_extent";
export declare const LAST_TICK = "last_tick_at";
export declare const IS_PLAYING = "is_playing";
export declare const THROTTLE: number;
declare const point: SelectionCompiler<'point'>;
export default point;
//# sourceMappingURL=point.d.ts.map