UNPKG

@thi.ng/viz

Version:

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

14 lines 456 B
export * from "./api.js"; export * from "./domain.js"; export * from "./plot.js"; export * from "./axis/lens.js"; export * from "./axis/linear.js"; export * from "./axis/log.js"; export * from "./plot/area.js"; export * from "./plot/bar.js"; export * from "./plot/candle.js"; export * from "./plot/line.js"; export * from "./plot/scatter.js"; export * from "./plot/stacked-intervals.js"; export * from "./plot/utils.js"; //# sourceMappingURL=index.d.ts.map