issues
search
SwiftSIQI
/
FOUR
FOUR is a beautiful and lightweight task-recorder app, revolving around the theme of "10000 Hour Rule", encourage user to achieve their goal.
MIT License
358
stars
60
forks
source link
Line-Chart View的显示问题
#5
Open
SwiftSIQI
opened
8 years ago
SwiftSIQI
commented
8 years ago
Line-Chart View的UI部分需要细调
灰度渐变的竖条其实和整个风格不太搭,用直线可能更好一点
柱状竖条的宽度和坐标轴没有对应上,你的 X 轴 应该是分为 7 段的,改成卡槽可能更好
展示数据的折线图可能不需要做平滑,参考微信运动(直接连线)、健康app(用的柱状图)。
Line-Chart View的UI部分需要细调