UNPKG

d2b

Version:

A d3-based reusable chart library.

10 lines (9 loc) 282 B
import '../styles/index.scss'; export {version} from '../../dist/package'; export * from './util/util'; export * from './math/math'; export * from './model/model'; export * from './shape/shape'; export * from './util/util'; export * from './svg/svg'; export * from './chart/chart';