Questions tagged [bemsimplelinegraph]

BEMSimpleLineGraph is an open-source charting library (available on GitHub) that makes it easy to create beautiful line graphs for iOS. Use this tag to ask questions about the open source project - do not ask about new features.

BEMSimpleLineGraph is an open source charting library that makes it easy to create beautiful line graphs for iOS. It is easy to set-up and to use in any iOS Project. The project is focused on highly customizable and interactive line graphs. Plus, it is lightweight and can be integrated in minutes (maybe even seconds).

BEMSimpleLineGraph's implementation, data source, and delegate are all modeled off of and . If you're familiar with using a UITableView, UITableViewController, or UICollectionView, using BEMSimpleLineGraph should be a breeze!

Use this tag to ask questions about the open source project - do not ask about new features.

More information can be found on the GitHub project page.

16 questions
0
votes
1 answer

XY datapairs for BEMSimpleLineGraph

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 pass in Y values, and not XY pairs. The…
koen
  • 5,383
  • 7
  • 50
  • 89
1
2