Skip to content

Commit 6f26f02

Browse files
committed
Add label toggle functionality for TreeMap Chart
1 parent 55e43b2 commit 6f26f02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/packages/lowcoder-comps/src/comps/treemapChartComp/treemapChartUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ export function getEchartsConfig(
171171
...chartStyleWrapper(props?.chartStyle, theme?.chartStyle)
172172
},
173173
label: {
174+
show: props?.labelVisibility,
174175
...styleWrapper(props?.detailStyle, theme?.detailStyle, 12),
175176
}
176177
}

0 commit comments

Comments
 (0)