Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
- Project clean up
Browse files Browse the repository at this point in the history
Minor clean up
  • Loading branch information
Boris-Em committed Jun 2, 2014
1 parent 66c7073 commit caf992f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file not shown.
1 change: 0 additions & 1 deletion Sample Project/SimpleLineChart/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ - (void)viewDidLoad {
[self.view addSubview:myGraph]; */

// Customization of the graph
self.myGraph.enableTouchReport = YES;
self.myGraph.colorTop = [UIColor colorWithRed:31.0/255.0 green:187.0/255.0 blue:166.0/255.0 alpha:1.0];
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
self.myGraph.colorLine = [UIColor whiteColor];
Expand Down

0 comments on commit caf992f

Please sign in to comment.