Skip to content

Commit 4d378da

Browse files
committed
fix label issue for TreeChart
1 parent 81bd036 commit 4d378da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/packages/lowcoder-comps/src/comps/treeChartComp/treeChartUtils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,14 @@ export function getEchartsConfig(
167167
position: "top",
168168
verticalAlign: "middle",
169169
align: "right",
170-
...styleWrapper(props?.detailStyle, theme?.detailStyle, 11),
170+
// ...styleWrapper(props?.detailStyle, theme?.detailStyle, 11),
171171
},
172172
leaves: {
173173
label: {
174174
position: "bottom",
175175
verticalAlign: "middle",
176176
align: "left"
177+
// ...styleWrapper(props?.detailStyle, theme?.detailStyle, 11),
177178
}
178179
},
179180
itemStyle: {

0 commit comments

Comments
 (0)