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 2acc744

Browse files
committed
fix piechart default x-axis
1 parent 9a900cc commit 2acc744

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 によって変換されたページ (->オリジナル) /