billboard.js
Version:
Re-usable easy interface JavaScript chart library, based on D3 v4+
33 lines (30 loc) • 498 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,
areaStepRange,
bar,
bubble,
candlestick,
donut,
funnel,
gauge,
line,
pie,
polar,
radar,
scatter,
spline,
step,
treemap
} from "./config/resolver/shape";
// interaction module
export {selection, subchart, zoom} from "./config/resolver/interaction";
export {bb, default} from "./core";