Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honcheng/iOSPlot
Chart library for iOS
https://github.com/honcheng/iOSPlot
Last synced: about 1 month ago
JSON representation
Chart library for iOS
- Host: GitHub
- URL: https://github.com/honcheng/iOSPlot
- Owner: honcheng
- License: other
- Created: 2011-04-23T13:29:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T23:34:53.000Z (almost 9 years ago)
- Last Synced: 2024-04-25T02:42:06.386Z (9 months ago)
- Language: Objective-C
- Homepage: http://honcheng.com
- Size: 1.04 MB
- Stars: 1,372
- Watchers: 91
- Forks: 251
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - iOSPlot - Chart library for iOS (etc)
README
iOSPlot
=======
Draw pie charts and line charts in iOS apps
Todo for line chat
------------------
Use gesture/tap to show the value label (or mild statistics) for a data point.
Further break out colors for customization of background, x/y labels, and shadows.
Allow legend labels to appear on either the right or left side of the chart (or not at all).
Use the rendered string width of the legend labels to determine right/left side margin.
If a legend string is significantly long (200% percentage of default margin width?), truncate or abbreviate it to X characters.Todo for pie chat
-----------------
Use gesture/tap to show the value label
Display legendMinimum Requirements
--------------------
* ARC - this project uses ARC. If you are not using ARC in your project, add '-fobjc-arc' as a compiler flag for StyledPageControl.h and StyledPageControl.m
* XCode 4.4 and newer (auto-synthesis required)Contact
-------[twitter.com/honcheng](http://twitter.com/honcheng)
[honcheng.com](http://honcheng.com)![](http://www.cocoacontrols.com/analytics/honcheng/iosplot.png)