BEMSimpleLineGraph
BEMSimpleLineGraph copied to clipboard
Elegant Line Graphs for iOS. (Charting library)
### Summary Pan/Zoom and Variable X Axis; many other changes ### Fixes Issues This pull request fixes the following issues: - #296, #286, #282, #278, #271, #269, #261 - Handles...
### Summary Enhancement: We can now set the text color for the popup label ### Changes The following changes are included in this pull request: - Header and body file...
Fixes #248 issue that create touch event view on every changing orientation. - Create new flag `isCreateLayoutTouchReport` - Make `createLayoutTouchReport` method will be called only one time. - Make `resizeLayoutTouchReport`...
I am trying to use your library with cocoapods but i can't use the last version 4.1.1. How can I use it?
I created a blank project and imported BEMSimpleLineGraph via CocoaPods. After putting a single view on the storyboard and setting the class to "BEMSimpleLineGraphView" I got the following errors. I...
DataSource and Delegate use of `NSInteger` instead of `NSUInteger` in regards to Swift and Casting
I've just updated an old project to Swift 3.0 and had to swap to the "feature" branch to get the benefits of #214 to allow my project to build. To...
Hi, Since compiling with Swift 3.0, the graph reports "No data". Can this maybe be updated? :) Best, Casper
This result in an annoying error, which can be fixed by implementing the datasource callback as followed: ``` swift func lineGraph(graph: BEMSimpleLineGraphView, labelOnXAxisForIndex index: Int) -> String ```