Просмотр исходного кода

fix: set YAxis direction to `ltr` in overview component (#250)

Fixes a visual bug in the Bar Chart component that occurred when the application's layout direction was set to RTL
Javad Shoja 7 месяцев назад
Родитель
Сommit
349153bf02
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/features/dashboard/components/overview.tsx

+ 1 - 0
src/features/dashboard/components/overview.tsx

@@ -63,6 +63,7 @@ export function Overview() {
           axisLine={false}
         />
         <YAxis
+          direction='ltr'
           stroke='#888888'
           fontSize={12}
           tickLine={false}