Skip to content

Commit 29eaf2a

Browse files
authoredFeb 25, 2025
Merge pull request #1544 from lowcoder-org/fix/piechart_label
Fixed piechart label issue
2 parents 82ec628 + c3885b5 commit 29eaf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎client/packages/lowcoder-comps/src/comps/basicChartComp/chartConfigs/pieChartConfig.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const PieChartConfig = (function () {
5151
subtype: props.type,
5252
label: {
5353
show: true,
54-
formatter: "{c}",
54+
formatter: "{d}%",
5555
},
5656
range: props.range,
5757
};

0 commit comments

Comments
 (0)