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 misalignment of chart to axis boundary in reverse bar charts. #4321

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

rosco54
Copy link
Contributor

@rosco54 rosco54 commented Mar 12, 2024

Fixes #4314

The issue can also be seen in the demo chart:
https://apexcharts.com/javascript-chart-demos/bar-charts/reversed-bar-chart/

Or more clearly in the sample: reversed-bar.html

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

Fix misalignment of chart to axis boundary.
@junedchhipa junedchhipa merged commit e76ecb6 into apexcharts:main Mar 12, 2024
@rosco54 rosco54 deleted the Issue_4314 branch May 5, 2024 02:37
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.

The border of the x-axis is misaligned in the Reversed Horizontal Bar Chart.
2 participants