ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.51k stars 5.99k forks source link

feat: Add radius corners to BarChartView / HorizontalBarChartView / CandleStickChartView #5068

Closed xusion closed 1 year ago

xusion commented 1 year ago

Goals :soccer:

Add radius corners to BarChartView / HorizontalBarChartView / CandleStickChartView

Implementation Details :construction:

Cylindrical charts use rounded corners to be more beautiful and more in line with human design

Testing Details :mag:

usage: BarChartView / HorizontalBarChartView: let set = BarChartDataSet() set.barRadius = 3.0 set.barCorner = [.topLeft, .topRight] //.allCorners

CandleStickChartView: let set = CandleChartDataSet() set.barRadius = 3.0 set.barCorner = [.topLeft, .topRight] //.allCorners

taraspasichnyk commented 1 year ago

Hey @pmairoldi ! Sorry to disturb you, but maybe you could take a look at this PR?