honcheng / iOSPlot

Chart library for iOS
http://honcheng.com
Other
1.37k stars 252 forks source link

Issue fix #32 and removal of JSONKit #34

Open mhollis1980 opened 10 years ago

mhollis1980 commented 10 years ago

Removed JSON kit has a required library and used NSJSONSerialize since as of iOS 7 this library has issue using the isa pointer. As well, fixed a bug that when the last data item is null the legend wouldn't show up.