plane/apps/app/components/ui/graphs/index.ts
Aaryan Khandelwal d7928f853d
chore: global graph components (#1014)
* chore: global bar graph component

* chore: global pie graph component

* chore: global line graph component

* chore: removed unnecessary file

* chore: refactored global chart components to accept all props

* chore: global calendar graph component added

* chore: global scatter plot graph component
2023-05-11 17:11:04 +05:30

6 lines
160 B
TypeScript

export * from "./bar-graph";
export * from "./calendar-graph";
export * from "./line-graph";
export * from "./pie-graph";
export * from "./scatter-plot-graph";