SHLineGraphView icon indicating copy to clipboard operation
SHLineGraphView copied to clipboard

SHLineGraphView is a simple and efficient reusable UIView subview which you can use to create line graphs. It uses Core Graphics and Core Animation to create the light weight graphs. it is easy to use...

Results 13 SHLineGraphView issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

![image](https://cloud.githubusercontent.com/assets/12857758/16761711/e97c43aa-4853-11e6-9c48-37a896e40e6b.png) ![image](https://cloud.githubusercontent.com/assets/12857758/16761767/2e23e1b6-4854-11e6-875a-6925e2876be7.png) A third party framework, impact,PopoverView Cause don't show. solve: [[[[UIApplication sharedApplication] keyWindow] subviews] lastObject]; Switch to: topView = [UIApplication sharedApplication].keyWindow

When X data into article 30, the data could not be seen, do how?

Please anybody tell me how to implement zoom functionality

Hi Can u please explain me how to add zoom to line graph with values of y axis to be rendered dynamically as per the zoom.

The lib does not allow us to show negative values o Y axis

How can I removed a specific plot from the graph view?

Update data per second Thanks

Hello @grevolution after using your library to draw some graphs in my app, I found that i can define the maximum value of the Y axis labels but I can't...

enhancement

I have a problem when I'm trying to use constraints for SHLineGraphView. It's not fits view, that has constraints.