@groww-tech/react-charts
Version:
React charts library tailored as per Groww needs
10 lines (9 loc) • 530 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';
export { default as GradientLineGraph } from './GradientLineGraph';