DGCharts Y-axis labels are not aligned to left
- Dominant language
- Swift
- Stars
- 28k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
> ℹ Please fill out this template when filing an issue.
> All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.
>
> Per our [*CONTRIBUTING guidelines](https://github.com/jjatie/Charts/blob/master/CONTRIBUTING.md), we use GitHub for
> bugs and feature requests, not general support. Other issues should be opened on Stack Overflow with the tag [`ios-charts`.](https://stackoverflow.com/questions/tagged/ios-charts)
>
> Please remove this line and everything above it before submitting.
* [x] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/jjatie/Charts/blob/master/CONTRIBUTING.md).
## What did you do?
`chartView.leftAxis.labelAlignment = .left`
## What did you expect to happen?
I expected that left axis labels would be aligned to the left but it's aligned to the right.
## What happened instead?

By default
`chartView.leftAxis.labelAlignment = .left`
I tried explicitly setting .left to the labelAlignment but it still doesn't works.
## DGCharts Environment
**DGCharts version/Branch/Commit Number:**
**Xcode version:** 15.0.1
**Swift version:** 5.9
**Platform(s) running DGCharts:** iOS
Contributor guide
Assessment
This issue has not been assessed yet.