UNPKG

@thi.ng/viz

Version:

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

6 lines 234 B
import type { DomainValues, PlotFn } from "../api.js"; export interface AreaPlotOpts { attribs: any; } export declare const areaPlot: (data: DomainValues, opts?: Partial<AreaPlotOpts>) => PlotFn; //# sourceMappingURL=area.d.ts.map