From cef075c4d84266421b0fd71609d8c5350aed47da Mon Sep 17 00:00:00 2001 From: Ehsanullah Haidary Date: Mon, 2 Sep 2024 18:31:47 +0430 Subject: [PATCH] Fix: direction rtl the vertical text displaced --- src/assets/apexcharts.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/apexcharts.css b/src/assets/apexcharts.css index 03335b720..a558fc854 100644 --- a/src/assets/apexcharts.css +++ b/src/assets/apexcharts.css @@ -18,6 +18,7 @@ .apexcharts-canvas { position: relative; + direction: ltr !important; user-select: none } @@ -679,4 +680,4 @@ rect.legend-mouseover-inactive, .apexcharts-rangebar-goals-markers { pointer-events: none -} \ No newline at end of file +}