yuhuimin

Results 10 comments of yuhuimin

也是同样的错误,文件找不到吗?不懂怎么解决,求大神帮帮忙

成功了,我开始傻傻的在源码里改curIndex还有scrollview的偏移量,谢谢楼主,

自己重写他源代码里面的scollview,然后在自己带手势代理里面做多手势处理

加了长图滑动隐藏效果有点差,我加上了

我现在实现这个功能,思路是左边跟他设置为屏幕宽度,但是内容展示还是是传回来的宽度,但是右边背景色要设置透明,暂时能将就实现我的功能; ![1687999211499](https://github.com/MayLau-CbL/flutter_horizontal_data_table/assets/16682438/3344a868-d7e8-4d41-8352-8869be79ce6a) ![1687999219938](https://github.com/MayLau-CbL/flutter_horizontal_data_table/assets/16682438/e8459fd5-07e3-448e-b3ca-41ea680f79bd) ![1687999230452](https://github.com/MayLau-CbL/flutter_horizontal_data_table/assets/16682438/088b272c-235f-4774-8b23-ea3157b0a2ab) ![image](https://github.com/MayLau-CbL/flutter_horizontal_data_table/assets/16682438/af65762f-f924-443a-9a7f-90e69b5bf39c)

希望博主把这个计划安排上,感觉有时候设置的非常费劲

> looks like you want to fit the chart on a narrow (phone) screen. Try `grid: {right: '10%',...` instead of `grid: {right: '5%',...` If the number is too long, it...

> Setting `grid.right` to be larger seems to be the only possible solution. You can calculate the min/max values and convert it into string and calculate the approximate width if...