源码简介:watchOS没有UIView类,因此 YOChartImageKit 被用来实现为自定义值的图表绘制UIImage。
可绘制包括折线图、柱状图、环形图等,分别可以调整显示选项。
源码效果:
源码片段:
- let image = YOLineChartImage()
- image.strokeWidth = 4.0 // width of line
- image.strokeColor = randomColor() // color of line
- image.values = [0.0, 1.0, 2.0] // chart values
- image.smooth = false // disable smooth line
- image.drawImage(frame, scale: scale) // draw a image