重庆发哥

Results 13 issues of 重庆发哥

![image](https://user-images.githubusercontent.com/15395337/141951822-a3fc6906-a17e-43d7-9456-5f2f16a584c9.png)

是什么原因呢? 像官网例子这样 ![image](https://user-images.githubusercontent.com/15395337/136650344-8f7264a3-8663-4efe-bee3-119f3cb1c8cd.png)

![image](https://user-images.githubusercontent.com/15395337/135237336-b51a5bf0-8d58-43c1-b1aa-e682e812386a.png) 像这样

类似于这样 AADataElement 方式替换一点 ,目前不满足我的需求, 我设置的 series 元素是一个数组,接口中的时间戳和值,因为我会绘制多条线 ``` NSMutableArray *data = [NSMutableArray array]; for (PointTimeValueModel *tmModel in pointDataModel.dataList) { if (tmModel.value != nil) { /// 去除服务端为null 的值,, [data addObject: @[@(tmModel.time...

效果如图: 服务端返回的数据对象,为时间戳 和 数值,每一条线数组的点时间间隔不一样

你好, 这个方法能优化一下吗? 就像issues 中已经提到的 BOOL isLeapYear = false; if((year % 400 == 0) || ((year % 4 == 0) && (year % 100 != 0))){ isLeapYear = true ; }...

placeholder 怎样从靠右边显示

Cannot resolve com.qiniu:qiniu-java-sdk:7.2.25

waiting-for-info