UNPKG

vega-lite

Version:

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

8 lines 467 B
import { NonPositionScaleChannel } from '../../channel.js'; import { LegendComponent } from '../legend/component.js'; import { UnitModel } from '../unit.js'; import { SelectionCompiler } from './index.js'; declare const legendBindings: SelectionCompiler<'point'>; export default legendBindings; export declare function parseInteractiveLegend(model: UnitModel, channel: NonPositionScaleChannel, legendCmpt: LegendComponent): void; //# sourceMappingURL=legends.d.ts.map