UNPKG

oecd-simple-charts

Version:

D3 charting library for creating pearl charts, stacked bar charts and box plots

7 lines (5 loc) 235 B
/* eslint-disable */ import './styles/main.styl'; export { default as PearlChart } from './modules/PearlChart'; export { default as StackedChart } from './modules/StackedChart'; export { default as BoxPlot } from './modules/BoxPlot';