Eliminates dependency on custom font. (I try to use preinstalled fonts whenever possible, to conserve space).
Permits font customization for various line chart elements.
Permits custom min/max "Y" values for line charts, to allow for negative data points. (Changed sample data to test this).
Permits the omission of value labels on line chart.
Adds a light grey shadow for line chart, to help lines/labels "pop" a little.
Uses customizable UIColor properties instead of repeatedly recreating CGColors from arrays of floats.
Uses NSSortDescriptor to sort arrays of dictionaries.
Uses JSONKit instead of SBJSON for speed and simplicity.
15 files changed