UNPKG

billboard.js

Version:

Re-usable easy interface JavaScript chart library, based on D3 v4+

48 lines (42 loc) 698 B
/** * Copyright (c) 2017 ~ present NAVER Corp. * billboard.js project is licensed under the MIT license */ import {bb} from "./bb.js"; export default bb; export as namespace bb; export { bb, // canvas shape modules area, areaLineRange, areaSpline, areaSplineRange, areaStep, areaStepRange, bar, bubble, candlestick, line, scatter, spline, step, treemap, // render modules canvas, // interaction modules selection, subchart, zoom, // optional API modules category, exportApi, flow, grid, regions } from "./bb.js"; export * from "./axis.js"; export * from "./chart.js"; export * from "./options.js"; export * from "./options.shape.js"; export * from "./types.js";