mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
d7928f853d
* 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
6 lines
160 B
TypeScript
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";
|