UNPKG

vega-lite

Version:

Vega-Lite is a concise high-level language for interactive visualization.

12 lines 560 B
import { SelectionCompiler } from './index.js'; import { FieldName } from '../../channeldef.js'; import { IntervalSelectionConfigWithoutType } from '../../selection.js'; export declare const BRUSH = "_brush"; export declare const SCALE_TRIGGER = "_scale_trigger"; export declare const GEO_INIT_TICK = "geo_interval_init_tick"; export type IntervalSelectionConfigWithField = IntervalSelectionConfigWithoutType & { fields?: FieldName[]; }; declare const interval: SelectionCompiler<'interval'>; export default interval; //# sourceMappingURL=interval.d.ts.map