Skip to content

Commit c6f8f1d

Browse files
committed
Fix labels issue with sunburst and Treemapchart
1 parent 4d378da commit c6f8f1d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

client/packages/lowcoder-comps/src/comps/sunburstChartComp/sunburstChartUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ export function getEchartsConfig(
168168
label: {
169169
show: props?.labelVisibility,
170170
rotate: 'tangential',
171-
...styleWrapper(props?.detailStyle, theme?.detailStyle,11)
172171
},
173172
}
174173
],

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ export function getEchartsConfig(
172172
},
173173
label: {
174174
show: props?.labelVisibility,
175-
...styleWrapper(props?.detailStyle, theme?.detailStyle, 12),
176175
}
177176
}
178177
]

0 commit comments

Comments
 (0)