ChartsOrg / ChartsOrg/Charts

draw a line from a larger point to a smaller

Open
#4,928 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.