UNPKG

chrt

Version:

Chrt is a library for creating charts in the most spontaneous way possible.

42 lines (41 loc) 1.09 kB
export { version } from "../dist/package.js"; export * from "chrt-core"; export { xAxis, yAxis, chrtAxisTitle, chrtAxisTitle as axisTitle, } from "chrt-axis"; export * from "chrt-grid"; export { chrtLine, chrtLine as line } from "chrt-line"; export { chrtBars as bars, chrtBars, chrtColumns as columns, chrtColumns, chrtHistograms as histograms, chrtHistograms, } from "chrt-bars"; export { chrtPoints, chrtPoints as points } from "chrt-points"; export { chrtLabel, chrtLabels, chrtLabel as label, chrtLabels as labels, } from "chrt-label"; export { chrtMarkers, chrtMarkers as markers } from "chrt-markers"; export { chrtGroup, chrtGroup as group, chrtStack, chrtStack as stack, } from "chrt-set"; export { chrtAnnotation, chrtAnnotation as annotation } from "chrt-annotation"; export * as interpolations from "chrt-interpolations"; export { chrtDotPlot, chrtDotPlot as dotPlot } from "chrt-dotplot"; export { chrtHorizontalRange, chrtHorizontalRange as horizontalRange, chrtVerticalRange, chrtVerticalRange as verticalRange, } from "chrt-range";