ChartsOrg / ChartsOrg/Charts

All LineChartDataset values are not plotting

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

Description

HI i'm working in line chart for my app, In this i loaded the
`LineChartDataSet *set1 = [[LineChartDataSet alloc] initWithValues:yValue label:@"Name"];
LineChartData *data = [[LineChartData alloc] initWithDataSet:set1];
self.lineChartView.data = data;`
![screen shot 2017-11-06 at 4 57 41 pm](https://user-images.githubusercontent.com/18207213/32439217-c35352e0-c313-11e7-974c-bfde3d7aaccc.png)

**my yValue are**
entries:
ChartDataEntry, x: _4.16, y 39.77_
ChartDataEntry, x: _15.05, y 48.19_
ChartDataEntry, x: _18.16, y 55.23_
ChartDataEntry, x: **17.2, y 55.24**
ChartDataEntry, x: 19.02, y 57.55
ChartDataEntry, x: 24.55, y 63.12
ChartDataEntry, x: 34.22, y 74.92
ChartDataEntry, x: 40.15, y 79.42
ChartDataEntry, x: 45.17, y 80.7
ChartDataEntry, x: 56.33, y 83.91 ..... for this first three to four values are not plotting

help me..

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.