@groww-tech/react-charts
Version:
React charts library tailored as per Groww needs
9 lines (8 loc) • 462 B
TypeScript
export { default as BarGraph } from './BarGraph';
export type { BarData } from './BarGraph';
export { default as LineGraph } from './LineGraph';
export type { Point, LinePathData, LineGraphProps, ToolTipData, ToolTipSeriesData } from './LineGraph';
export { default as CandleChart } from './CandleChart';
export type { Candle, CandleToolTipData } from './CandleChart';
export { default as PieChart } from './PieChart';
export type { PieData } from './PieChart';