shown
Version:
Statically-generated, responsive charts, without the need for client-side Javascript.
14 lines (11 loc) • 538 B
JavaScript
/** @module module:shown */
export { default as pie } from "./templates/pie.js"
export { default as bar } from "./templates/bar.js"
export { default as line } from "./templates/line.js"
export { default as area } from "./templates/area.js"
export { default as scatter } from "./templates/scatter.js"
export { default as legend } from "./templates/legend.js"
// Import these options to include their type definitions
export * as map from "./lib/map.js"
export * as axis from "./templates/axis.js"
export * as color from "./lib/color.js"