mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WEB-3035] chore: add labels to treemap chart (#6313)
This commit is contained in:
1
packages/types/src/charts.d.ts
vendored
1
packages/types/src/charts.d.ts
vendored
@@ -35,6 +35,7 @@ export type TStackedBarChartProps<K extends string, T extends string> = {
|
||||
export type TreeMapItem = {
|
||||
name: string;
|
||||
value: number;
|
||||
label?: string;
|
||||
textClassName?: string;
|
||||
icon?: React.ReactElement;
|
||||
} & (
|
||||
|
||||
Reference in New Issue
Block a user