You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a lineWidth greater than 1.0, my chart is clipping at the min and max values. Is this something that I can adjust by subclassing the ChartViewPortHandler or somehow padding the chart top and bottom?
The text was updated successfully, but these errors were encountered:
I've tried chart.setViewPortOffsets(left: 10, top: 30, right: 10, bottom: 30) as well as setting chart.extraBottomOffset, this makes the space between the segmented control and the bottom of the chart larger but it doesn't prevent the blue line from clipping at its edge. I've also tried chart.clipsToBounds = false.
When using a lineWidth greater than 1.0, my chart is clipping at the min and max values. Is this something that I can adjust by subclassing the ChartViewPortHandler or somehow padding the chart top and bottom?
The text was updated successfully, but these errors were encountered: