Skip to content

Commit 7b34c3c

Browse files
authored
Merge pull request #4674 from ehsanullahhaidary/direction_rtl
Fix: direction rtl the vertical text displaced
2 parents 54aeaea + cef075c commit 7b34c3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/assets/apexcharts.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
.apexcharts-canvas {
2020
position: relative;
21+
direction: ltr !important;
2122
user-select: none
2223
}
2324

@@ -679,4 +680,4 @@ rect.legend-mouseover-inactive,
679680

680681
.apexcharts-rangebar-goals-markers {
681682
pointer-events: none
682-
}
683+
}

0 commit comments

Comments
 (0)