Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 GraphView Lib 生成运行时条形图我所取得的成就是在 Snap1 中——
而我需要的是 ReqSnap1- ReqSnap2 --
任何帮助都会很棒提前谢谢
此代码创建条之间的间距(Kotlin)
barGraphSeries.spacing = 15
此代码创建条之间的间距(Java)
barGraphSeries.setSpacing(15)