SHLineGraphView
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...
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
  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...
I have a problem when I'm trying to use constraints for SHLineGraphView. It's not fits view, that has constraints.