forked from honcheng/iOSPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
14 lines (11 loc) · 655 Bytes
/
README
File metadata and controls
14 lines (11 loc) · 655 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
iOSPlot
- Draw pie charts and line charts in iOS apps
*todo list for line chart*
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 list for half pie chart*
Use gesture/tap to show the value label
Display legend