[WEB-3329] dev: new chart components (#6565)
* dev: new chart components * chore: separate out pie chart tooltip * chore: remove unused any types * chore: move chart components to propel package
This commit is contained in:
parent
1eb1e82fe4
commit
ce57c1423c
32 changed files with 679 additions and 409 deletions
2
packages/constants/src/chart.ts
Normal file
2
packages/constants/src/chart.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export const LABEL_CLASSNAME = "uppercase text-custom-text-300/60 text-sm tracking-wide";
|
||||
export const AXIS_LINE_CLASSNAME = "text-custom-text-400/70";
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
export * from "./ai";
|
||||
export * from "./analytics";
|
||||
export * from "./auth";
|
||||
export * from "./chart";
|
||||
export * from "./endpoints";
|
||||
export * from "./file";
|
||||
export * from "./filter";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue