HorizontalBarChart moveViewToX doesn't work
Open
- Dominant language
- Swift
- Stars
- 28k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
moveViewToX was not having any effect on my HorizontalBarChart. Searching StackOverflow I found this same issue, albeit for the Android version:
https://stackoverflow.com/questions/54270146/horizontalbarchart-moveviewtox-doesnt-work
The accepted solution was to use a different moveViewTo() method, which also worked for me on iOS.
While this solution solved my problem, I thought I would note the issue here.
Contributor guide
Assessment
This issue has not been assessed yet.