willdale / SwiftUICharts

A charts / plotting library for SwiftUI. Works on macOS, iOS, watchOS, and tvOS and has accessibility features built in.
MIT License
843 stars 105 forks source link

Bug: Longer X-Axis Titles causes chart to distort #166

Closed kunalverma25 closed 2 years ago

kunalverma25 commented 2 years ago

Width of the text is substituted as height, which is causing this UI issue. Notice the distance between the Axis Title (MONTHS) at the bottom and the actual axis.

Screenshot 2022-01-16 at 11 21 30 AM