I am using iOS Charts (https://github.com/danielgindi/Charts) for line chart.
I gave background color to grid (Light Gray) as don’t want to include axis values.
lineChartView.gridBackgroundColor = .lightGray
Is there any way i can make corner of the graph rounded. not able to give corner radius for grid background color.