draw a line from a larger point to a smaller
Open
- Dominant language
- Swift
- Stars
- 28k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
When I draw a line from a larger point to a smaller one, this function cannot work well
```
NSMutableArray *entries = [[NSMutableArray alloc] init];
[entries addObject:[[ChartDataEntry alloc] initWithX:3 y:10]];
[entries addObject:[[ChartDataEntry alloc] initWithX:2 y:15]];
[entries addObject:[[ChartDataEntry alloc] initWithX:1 y:20]];
```
How can this problem be solved?
Contributor guide
Assessment
This issue has not been assessed yet.