X轴的Flchart线图线溢出
您好,我是新来的问题,您是否需要有关问题的更多信息,您可以发表评论。 Fl-chart从底部溢出。我该如何解决这个问题?
我已经尝试了
clipData: FlClipData.all(),
YAA,它删除了此溢出,但它也删除了一部分线,但我只想删除溢出而不是溢出线。我想要底部的线,我也希望它不会溢出 从底部。那么,我该如何实现呢?
Hello, I am new at asking question if you need more information about question you can leave a comment.
fl-chart is overflowing from bottom. How can I solve this problem?
I already try
clipData: FlClipData.all(),
Yaa it removes this overflow but it also remove some part of line but I only want to remove the overflow not overflow line. I want the line on bottom straight and I also want that it can't overflow
from bottom. So, how can i achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要将
设置为防止弹跳
<代码> true 。you need to set
preventCurveOverShooting
totrue
.需要将 CurvesMoothNess 值设置为 0.05 在 linechartbardata中,以免在Flhart中X轴中溢出图表线。
或设置曲线对您的用例相应的值。
Need to set curveSmoothness value to 0.05 in LineChartbarData for not to overflow chart line in x-axis in FLchart.
Or set curveSmoothness value accordingly your usecase.