Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 29eaf2a

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /