SwiftChart
SwiftChart copied to clipboard
Line and area chart library for iOS
How use: yourSeriesName1.points = true yourSeriesName1.points = false chart.poinstWidth = 2.0 
After Touching the Chart and lift my finger the function didFinishTouchingChart() does not get fired. Is that right? I thought this method get fired after i'm finished touching the chart.
Currently, I can set the `yLabels` property to add horizontal lines to the chart. If I set it to "5", "10" and "15", three horizontal lines are drawn on the...
The ChartLimitLine would allow to display an additional line in the chart that marks a certain maximum / limit on the specified axis (x- or y-axis). Apart of the vars...
Is it possible to specify a color above or below other than zero ?
- Introducing animations both for Series and Areas, w/ related delegate's method - Fixed a problem with identities signing (maybe it was just me?) - Refreshed UI - Better files...