ChartsOrg / Charts

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

LinearChart left right padding #5113

Open r0otx opened 10 months ago

r0otx commented 10 months ago

Hello, thank you for this beautiful package.

I have problem, my chart half hided and I need add padding for chart. How I can make it?

image
ygdhsb1995 commented 10 months ago

chart.setExtraOffsets(left: 0, top: 0, right: 20, bottom: 0)

r0otx commented 10 months ago

chart.setExtraOffsets(left: 0, top: 0, right: 20, bottom: 0)

No, it's moved all chart layer, but I'm need padding left and right only data line