UNPKG

vega-lite

Version:

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

4 lines 245 B
import { PositionScaleChannel } from '../../channel.js'; import { UnitModel } from '../unit.js'; export declare function labels(model: UnitModel, channel: PositionScaleChannel, specifiedLabelsSpec: any): any; //# sourceMappingURL=encode.d.ts.map