Skip to content

Commit 4d9a2a7

Browse files
committed
fix: set YAxis direction to left-to-right in overview component
1 parent 0217f8c commit 4d9a2a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/dashboard/components/overview.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export function Overview() {
6363
axisLine={false}
6464
/>
6565
<YAxis
66+
direction='ltr'
6667
stroke='#888888'
6768
fontSize={12}
6869
tickLine={false}

0 commit comments

Comments
 (0)