UNPKG

@thi.ng/viz

Version:

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

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