negative y value overlay with x labels
Open
bug
- Dominant language
- Swift
- Stars
- 28k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Reproducible with ChartsDemo,
Just use negative values for a bar chart:
``` Objective-C
[yVals addObject:[[BarChartDataEntry alloc] initWithValue:-val xIndex:i]];
```
Contributor guide
Assessment
This issue has not been assessed yet.