UNPKG

@thi.ng/viz

Version:

Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup

5 lines 275 B
import type { AxisSpec, VizSpec } from "./api.js"; export declare const cartesianAxisX: (spec: AxisSpec) => any[]; export declare const cartesianAxisY: (spec: AxisSpec) => any[]; export declare const plotCartesian: (spec: VizSpec) => any[]; //# sourceMappingURL=plot.d.ts.map