BEMSimpleLineGraph icon indicating copy to clipboard operation
BEMSimpleLineGraph copied to clipboard

Elegant Line Graphs for iOS. (Charting library)

Results 49 BEMSimpleLineGraph issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
new feature
performance
bugfix

### 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...

enhancement

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`...

enhancement
bugfix

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?

bug

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...

bug
bugfix

Any swift version for swift 4.0?

swift-specific

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...

bug
todo
swift-specific

Hi, Since compiling with Swift 3.0, the graph reports "No data". Can this maybe be updated? :) Best, Casper

bug
swift-specific

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 ```

bug
duplicate
swift-specific