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 49151ec

Browse files
Merge pull request #2062 from iamfaran/fix/piechart-default
fix piechart default x-axis
2 parents 275e33f + 2acc744 commit 49151ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎client/packages/lowcoder-comps/src/comps/pieChartComp/pieChartComp.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ let PieChartComp = withExposingConfigs(PieChartTmpComp, [
302302

303303

304304
export const PieChartCompWithDefault = withDefault(PieChartComp, {
305-
xAxisKey: "date",
305+
xAxisKey: "name",
306306
series: [
307307
{
308308
dataIndex: genRandomKey(),

0 commit comments

Comments
(0)

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