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

There are multiple versions of the lineGraph:labelOnXAxisForIndex: method. One is not Swift-compatible and deprecated and in the delegate protocol. The other is Swift-compatible and in the data source protocol. If...

bug
swift-specific

I don't know why. but if I set bottomGradient in swift will crash at BEMLine.m line 200 CGContextDrawLinearGradient(ctx, self.bottomGradient, CGPointZero, CGPointMake(0, CGRectGetMaxY(fillBottom.bounds)), 0); First I use var components: [CGFloat] =...

bug
swift-specific

Dear Boris, I'd like to know is it possible to make an empty plots for some points? Also, I'd like to know can I colorise the same line plot. (E.g....

### Summary * This pull request upgrades BEMSimpleLineGraph to Xcode 9.4.1 and fixes issues. ### Fixes Issues This pull request fixes the following issues: - memory leak issues - deprecated...

enhancement

When touching the graph on a point after 900 data points, it calls the delegate method with 899 as index, even if it should be a higher index.

bug
enhancement

add color property of the pop up label ### Notes - [x] I have run and ensured that this pull request passes all XCTests

When I load the graph with 1800 values , The graph loads properly but when I swipe the graph, the graph shows the values upto some instant, and after the...

bug
duplicate

Hi All, The Graph is working perfectly in other version but I cant able to see graph in version 10.0.1(iPhone 5). Whats the issue here? Can anyone help me out...

question

I integrated the line graph and its working great in Objective-C, but the problem I'm having is with spacing on the `xAxis`. If you see the attached screenshot, the first...

question

First of all, thank you for creating such awesome graph library. It's really easy to use and customize. I have xAxisLabel issue while using this library. They were not showing...

bug
duplicate
bugfix