-
Notifications
You must be signed in to change notification settings - Fork 524
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
Persian language(rtl) does not work in label props #1086
Comments
@ealimardaniii I apologize for this oversight. I will add a As an immediate solution, you can try adding |
@ealimardaniii does this output look correct? <VictoryLabel direction="rtl" verticalAnchor="start"
style={[{ fill: "red", fontSize: 20 }]}
text={"سلام world"}
/> |
this really didn't solve the problem. |
for anyone who has this problem yet: example for usage =>
|
Bugs and Questions
Checklist
This is not a
victory-native
specific issue. (Issues that only appear invictory-native
should be opened here)I have read through the FAQ and Guides before asking a question
I am using the latest version of Victory
I've searched open issues to make sure I'm not opening a duplicate issue
The Problem
I try to customize the label of VictoryBar to Show rtl language like Persian but does not work properly, and reverse the text that character could not connect together , what's the solution
I want to customize y Axis numbers and label of the chart to my local language(Persian)
Reproduction
The text was updated successfully, but these errors were encountered: