Skip to content

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)