Skip to content

Commit

Permalink
feat(wren-ui): Adjust x-axis label angle (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashimin authored Dec 19, 2024
1 parent b93228c commit 93703d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wren-ui/src/components/chart/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ const config: Config = {
labelColor: COLOR.GRAY_8,
labelFont: ' Roboto, Arial, Noto Sans, sans-serif',
},
axisX: { labelAngle: -45 },
line: {
color: DEFAULT_COLOR,
},
Expand Down

0 comments on commit 93703d4

Please sign in to comment.