效果很不错的曲线图,可以绘制坐标轴,并且可以在曲线图上标注小圆点。手指在曲线图上滑动时,小圆点上还会出现数值。更好的一点是,允许x轴的刻度是不均衡的。比如Demo中的第二个曲线图。 [Code4App.com]
#import "LineChartsView.h" #import "ChartsDemo-Bridging-Header.h" #import "ChartsDemo-swift.h" #import "DateValueFormatter.h" #define kSelfWidth self.frame.size.width #define kSelfHeight self.frame.si