Skip to main content
0 votes
2 answers
492 views

I'm currently trying to create a historical exchange rate graph in swift using BEMSimpleLineGraph, and grabbing data from http://fixer.io/ using AlomoFire. I'm using a for-loop to loop through 7 day(...
user8288212's user avatar
1 vote
0 answers
62 views

The BEMSimpleLineGraph library is simple and easily customisable. But there is an extra Y-axis reference line as shown: How to remove it? Actually there is no need of it.
hamedazhar's user avatar
  • 1,160
2 votes
2 answers
2k views

I have been using BEMSimpleLineGraph for my project which was initially build for swift 2.3, now I was migrating it to swift 3 so after updating the the library to version 4.1 it gives me the ...
Anirudha Mahale's user avatar
0 votes
1 answer
117 views

I'm integrating the BEMSimpleLineGraph library into my Objective-C iPhone app, and I'm having trouble adding int values from my Core Data to an NSMutableArray, and later retrieving the values in the ...
MacNick's user avatar
  • 24
0 votes
1 answer
114 views

I am using BEMSimpleLine graph in my IOS application. I want to change the graph colour in some selected areas. Means, currently the graph colour is blue, and from x-axis point 5 to point 10, I want ...
itzmebibin's user avatar
  • 9,455
3 votes
3 answers
2k views

hello I want to create line chart similar to healthkit. For example i have on X axis (Jul 14, 15, 16, 17), Y axis (0, 50, 100) and data set in (x,y) format is ((jul 15, 30),(jul 17, 80)) I try ...
Bhushan Vaidya's user avatar
1 vote
1 answer
112 views

Is it possible to use BEMSimpleLineGraph with some data point missing? For example: X Axis Time Y Axis Temperature 10:00 67 11:00 70 12:00 Unknown 13:00 72 14:00 69 Connect 70 and 72 with double the ...
Al3n's user avatar
  • 120
0 votes
2 answers
1k views

I have created a few labels on my tableview using custom UITableViewCell and interface builder. Now i am using some third party control called BEMLineGraph and i want to add it to my tableview cell ...
Rashid's user avatar
  • 804
0 votes
1 answer
176 views

The datasets in plots I have in my iOS app, are XY pairs, both the X and Y coordinate are CGFloat values. However, by looking at the source code of BEMSimpleLineGraph, there only seems to be a way to ...
koen's user avatar
  • 5,918
1 vote
1 answer
152 views

Is it possible to set the 0 point of the graph to be exactly above the X axis labels when autoScaleYAxis is set to YES? I implemented the baseValueForYAxisOnLineGraph but this only tells it from what ...
Dr.Agos's user avatar
  • 2,307
6 votes
1 answer
789 views

I've created a line graph using BEMSimpleLineGraph Pod, but, for the life of me, can't figure out why the x-Axis labels aren't showing up on any device newer that an iPhone 5. EDIT: I should mention ...
Chris's user avatar
  • 495
2 votes
0 answers
238 views

I have nine x-axis labels whose names are: 4, 5, ..., and 12, as seen in the picture below: However, the graph only shows eight labels (contains a half 4). How can I display all x-axis labels on the ...
Cokile Ceoi's user avatar
  • 1,346
5 votes
3 answers
643 views

I am configuring my BEMSimpleLineGraph and have been able to do so successfully except for the linear gradient shading. After referencing this code in the provided example Obj-C project ...
Dane Jordan's user avatar
  • 1,139
12 votes
1 answer
17k views

I currently have a UITableView containing 2 rows of a custom cell. I recently added a second prototype cell to my storyboard and have been attempting to add it to my UITableView with no success. My ...
user3185748's user avatar
  • 2,548
1 vote
1 answer
3k views

This might sound like an odd question but I'm trying to implement the BEMSimpleLineGraph library to generate some graphs that I have place in a UITableView. My question is how I reference an external ...
user3185748's user avatar
  • 2,548

15 30 50 per page