Skip to content
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

Fix: direction rtl the vertical text displaced #4674

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

successbyte
Copy link
Contributor

New Pull Request

summary of changes: in src/assets/apexchart.css added direction: ltr !important; to .apexcharts-canvas class.
And the result: when the user uses apexchart.js the the .apexcharts-canvas div inside #chart will always be ltr even if the user changes the app direction like: direction: ltr !important; won't affect the chart.

fix_apex

Fixes #4660

Type of change

Please delete options that are not relevant.

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes
  • My branch is up to date with any changes from the main branch

@junedchhipa junedchhipa merged commit 7b34c3c into apexcharts:main Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vertical numbers displace when set direction to "rtl"
2 participants