bezier-chart icon indicating copy to clipboard operation
bezier-chart copied to clipboard

Controlling margins in BezierChart

Open nigel25840 opened this issue 4 years ago • 1 comments

I am integrating Bezier Chart into a Flutter app and am having a problem controlling margins. I am using BezierChartScale.CUSTOM and need to accomplish two things. The data in the chart should be presented on one view, that is not scrollable. I've been able to achieve this but now I have large margins on both sides of the chart data. I would like them to be close to the edge of the screen or at least have better control over this. In your examples, it appears that your data is closer to the edge of the chart view. Here is an example of what I am seeing. Is there a way to minimize the space on the left and right of the chart data? Thanks!

Simulator Screen Shot - iPhone 11 Pro Max - 2020-06-10 at 15 40 17

nigel25840 avatar Jun 10 '20 19:06 nigel25840