Skip to content

Commit

Permalink
Merge pull request #4674 from ehsanullahhaidary/direction_rtl
Browse files Browse the repository at this point in the history
Fix: direction rtl the vertical text displaced
  • Loading branch information
junedchhipa authored Sep 2, 2024
2 parents 54aeaea + cef075c commit 7b34c3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/apexcharts.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

.apexcharts-canvas {
position: relative;
direction: ltr !important;
user-select: none
}

Expand Down Expand Up @@ -679,4 +680,4 @@ rect.legend-mouseover-inactive,

.apexcharts-rangebar-goals-markers {
pointer-events: none
}
}

0 comments on commit 7b34c3c

Please sign in to comment.