Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
PNChart
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
kevinzhow
2014-12-12 02:04:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5f6a8272031214fb12c49fe23bbd9578b7ea4a0c
5f6a8272
1 parent
664b146f
New calculateChartPath method
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
PNChart/PNLineChart.h
PNChart/PNLineChart.m
PNChart/PNLineChart.h
View file @
5f6a827
@@ -59,4 +59,10 @@
@@ -59,4 +59,10 @@
59
59
60
-
(
void
)
setXLabels
:(
NSArray
*
)
xLabels
withWidth
:(
CGFloat
)
width
;
60
-
(
void
)
setXLabels
:(
NSArray
*
)
xLabels
withWidth
:(
CGFloat
)
width
;
61
61
62
+
/**
63
+
* Update Chart Value
64
+
*/
65
+
66
+
-
(
void
)
updateChartData
:(
NSArray
*
)
data
;
67
+
62
@end
68
@end
PNChart/PNLineChart.m
View file @
5f6a827
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment