billboard.js
Version:
Re-usable easy interface JavaScript chart library, based on D3 v4+
33 lines (30 loc) • 460 B
text/typescript
/**
* Copyright (c) 2017 ~ present NAVER Corp.
* billboard project is licensed under the MIT license
*/
// shape module
export {
area,
areaLineRange,
areaSpline,
areaSplineRange,
areaStep,
bar,
bubble,
candlestick,
donut,
gauge,
line,
pie,
radar,
scatter,
spline,
step
} from "./config/resolver/shape";
// interaction module
export {
selection,
subchart,
zoom
} from "./config/resolver/interaction";
export {default, bb} from "./core";