UNPKG

d2b

Version:

A d3-based reusable chart library.

14 lines (13 loc) 591 B
export {default as point} from './point'; // export {default as svgLegend} from './legend'; export {default as svgPie} from './pie'; export {default as svgLine} from './line'; export {default as svgArea} from './area'; export {default as svgScatter} from './scatter'; export {default as svgBar} from './bar'; export {default as svgBoxPlot} from './boxPlot'; export {default as svgBubblePack} from './bubblePack'; export {default as svgSunburst} from './sunburst'; export {default as svgSankey} from './sankey'; export {default as plane} from './plane'; export {default as box} from './box';