@metrostar/comet-data-viz
Version:
A set of Victory Chart components provided as a Comet wrapper
8 lines (7 loc) • 375 B
TypeScript
export { default as BarGraph } from './bar-graph';
export { default as LineGraph } from './line-graph';
export { default as AreaGraph } from './area-graph';
export { default as PolarAxis } from './polar-axis';
export { default as PieChart } from './pie-chart';
export { default as ScatterGraph } from './scatter-graph';
export { default as StackGraph } from './stack-graph';