HOW TO INSTALL:
- Copy LineGraphView.swift into project
- In the storyboard, create a UIView and change class to LineGraphView
- Use the utility pane on the right to turn on example data & customize graph
- Turn off example data
- Connect referencing outlet to graph
- Use myGraph.addData([String], [Float]) to add meaningful data
Note: there are known issues with the customizability. Certain parameters simply aren't implemented yet. Stay tuned for updates.
ENJOY!