Skip to main content
Module

x/billboardjs/index.esm.ts

πŸ“Š Re-usable, easy interface JavaScript chart library based on D3.js
Go to Latest
File
/** * Copyright (c) 2017 ~ present NAVER Corp. * billboard project is licensed under the MIT license */// shape moduleexport { area, areaLineRange, areaSpline, areaSplineRange, areaStep, bar, bubble, candlestick, donut, gauge, line, pie, polar, radar, scatter, spline, step} from "./config/resolver/shape";
// interaction moduleexport { selection, subchart, zoom} from "./config/resolver/interaction";
export {default, bb} from "./core";