Hi there, When using the AxisValueLabel in Swift Charts, the moment you add centered: true, the month or day on the right disappears. This has been a bug for over five months since I looked through other developer forums and they had the same issue.
AxisValueLabel(format: .dateTime.weekday(), centered: true)
leads to the following view:
Now if we remove the centered: true,
saturday will appear.
It is probably a spacing issue, but since these are modifiers provided by Apple, it should do it correctly, right?
If I am missing something and this is by desing, please enlighten me.
Best Til