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

Enabling corner radius for left/right and explicitly setting all corners #158

Closed kunalverma25 closed 2 years ago

kunalverma25 commented 2 years ago

Fixes issue #157 Allows corner radius to be set for top/bottom, left/right + explicitly all corners as well.

kunalverma25 commented 2 years ago

@willdale This PR adds option to modify corner radius for all sides for bar charts. Works without breaking current functionality.

willdale commented 2 years ago

@kunalverma25 Thanks for this.