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

Corner radius not correct for horizontal bars with smaller values #178

Closed sai-manoj-kumar closed 2 years ago

sai-manoj-kumar commented 2 years ago

Due to the scaleEffect on the xAxis in the HorizontalColourBar the smaller bars are not rounded properly. Please note the difference in underlined bars.

image
willdale commented 2 years ago

Hey @sai-manoj-kumar, just linking this to an existing issue: #58. I'll review your PR.