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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: