Charts icon indicating copy to clipboard operation
Charts copied to clipboard

LinearChart left right padding

Open r0otx opened this issue 1 year ago • 2 comments

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

r0otx avatar Oct 09 '23 11:10 r0otx

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

ygdhsb1995 avatar Oct 12 '23 08:10 ygdhsb1995

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

r0otx avatar Oct 14 '23 15:10 r0otx