-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vertical numbers displace when set direction to "rtl" #4660
Comments
I also love to contribute to the apexchart.js repo it would be great if you assign me this issue please |
Hello I also have the same issue in one of the apps that I am working on. and the app is in rtl direction |
@ehsanullahhaidary I have assigned it to you. You may create a PR. |
@junedchhipa thank you |
Do you have any discord channel or any place for the contributors? |
@junedchhipa Hello |
thanks @junedchhipa |
Description
When using Apexchart in "rtl" mode for languages like Persian the vertical numbers and also the series names at the bottom displace
Example: I changed my app language to Persian/Arabic, by changing it the direction of app also changes:
direction = "rtl"
and the chart styles miss up the vertical numbers overflows from its place and comes on the graph and the bottom series names and it's colors stick to each other.Steps to Reproduce
<div id="chart"></div>
is located (file that the chart is used in)dir="rtl"
atribute, orstyle="direction: rtl"
styleExpected Behavior
Actual Behavior
Screenshots
Reproduction Link
https://codepen.io/ehsanullah_haidary/pen/gONzjyK
The text was updated successfully, but these errors were encountered: