Skip to content

Commit caf992f

Browse files
committed
- Project clean up
Minor clean up
1 parent 66c7073 commit caf992f

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

Sample Project/SimpleLineChart/ViewController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ - (void)viewDidLoad {
4444
[self.view addSubview:myGraph]; */
4545

4646
// Customization of the graph
47-
self.myGraph.enableTouchReport = YES;
4847
self.myGraph.colorTop = [UIColor colorWithRed:31.0/255.0 green:187.0/255.0 blue:166.0/255.0 alpha:1.0];
4948
self.myGraph.colorBottom = [UIColor colorWithRed:31.0/255.0 green:187.0/255.0 blue:166.0/255.0 alpha:1.0]; // Leaving this not-set on iOS 7 will default to your window's tintColor
5049
self.myGraph.colorLine = [UIColor whiteColor];

0 commit comments

Comments
 (0)