Skip to content

Commit f6f06ad

Browse files
Merge branch 'develop'
2 parents 7743562 + 55749a2 commit f6f06ad

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

GraphKit/Example/ExampleLineGraph.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ - (void)_setupTestingGraphLow {
6060
@[@10, @4, @8, @2, @9, @3, @6],
6161
@[@1, @2, @3, @4, @5, @6, @10]
6262
];
63+
// self.data = @[
64+
// @[@2, @2, @2, @2, @2, @2, @6],
65+
// @[@1, @1, @1, @1, @1, @1, @1]
66+
// ];
6367

6468
self.labels = @[@"2001", @"2002", @"2003", @"2004", @"2005", @"2006", @"2007"];
6569

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,11 @@ Please see [example][LINE].
9696
- (NSString *)titleForLineAtIndex:(NSInteger)index;
9797
```
9898

99-
<!--[@MichalKonturek](https://twitter.com/MichalKonturek)-->
99+
## Contributing
100+
101+
1. Fork it.
102+
2. Create your feature branch (`git checkout -b new-feature`).
103+
3. Commit your changes (`git commit -am 'Added new-feature'`).
104+
4. Push to the branch (`git push origin new-feature`).
105+
5. Create new Pull Request.
100106

0 commit comments

Comments
 (0)