ChartsOrg / ChartsOrg/Charts

LineChartView with multi lines display issue

Open
#2,886 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
28k
Forks
6k
PR merge metrics
No merged PRs in 30d

Description


Here is sample for 10 lines in LineChartView.

The problem is just showing top 5 or 6 lines . How can all 10 lines fix in small chart?
```
let list = [[10, 10,10,10,10,10],
[9, 9,9,9,9,9],
[8, 8,8,8,8,8],
[7, 7,7,7,7,7],
[6, 6,6,6,6,6],
[5, 5,5,5,5,5],
[4, 4,4,4,4,4],
[3, 3,3,3,3,3],
[2, 2,2,2,2,2],
[1, 1,1,1,1,1]
]
var dataSets = [ LineChartDataSet]()
for index in 0..

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.