Skip to content

Commit

Permalink
Fix: direction rtl the vertical text displaced
Browse files Browse the repository at this point in the history
  • Loading branch information
successbyte committed Sep 2, 2024
1 parent 54aeaea commit cef075c
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 cef075c

Please sign in to comment.