UNPKG

@thi.ng/viz

Version:

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

5 lines 219 B
export interface LinePlotOpts { attribs: any; } export declare const linePlot: (data: import("../api.js").DomainValues, opts?: Partial<LinePlotOpts>) => import("../api.js").PlotFn; //# sourceMappingURL=line.d.ts.map