UNPKG

abc-charts

Version:

Widget render for using in 'ABC consulting' projects

15 lines (14 loc) 684 B
import * as AverageNumber from './averageNumber'; import * as Report from './report'; import * as SolidGauge from './solidGauge'; import * as Spline from './spline'; import * as Table from './table'; import * as Static from './static'; import * as KPI from './KPI'; import * as Profile from './profile'; import * as Distribution from './distribution'; import * as Category from './category'; import * as Pie from './pie'; import * as ProductionPlan from './productionPlan'; import * as InventiveTable from './inventiveTable'; export { AverageNumber, Report, SolidGauge, Spline, Table, Static, KPI, Profile, Distribution, Category, Pie, ProductionPlan, InventiveTable };