You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
#[Github Chart API](http://ghchart.rshah.org)
1
+
#[Github Chart API](http://ghchart.rshah.org)
2
2
3
3
Make this:
4
4
@@ -10,13 +10,13 @@ with this:
10
10
11
11
Of course you can replace `2016rshah` with your own github username.
12
12
13
-
#Why
13
+
#Why
14
14
15
15
Being able to look back through the year and see how productive you've been is a great feeling, and that little green calendar is honestly one of my favorite data visualizations. But there's no reason it should be constrained to only living on the github website, you should be able to put it anywhere you want!
16
16
17
17
For example, I personally think it would really spiff up a [personal website](http://www.rshah.org/).
18
18
19
-
#Color Schemes
19
+
#Color Schemes
20
20
21
21
We also support custom color schemes! You can provide any base color and we will make shades for the chart. Just visit `http://ghchart.rshah.org/<HEX-COLOR>/2016rshah` and replace `<HEX-COLOR>` with your hex color code, not including the leading hashtag. For example if you want a blue-themed chart that is based around the hex color `#409ba5`, you can visit the following route:
22
22
@@ -25,11 +25,11 @@ We also support custom color schemes! You can provide any base color and we will
25
25

26
26
27
27
28
-
#Contributing
28
+
#Contributing
29
29
30
30
If you see anything that can be improved send in an issue/PR.
31
31
32
-
#See also
32
+
#See also
33
33
The [github repo](https://github.com/2016rshah/githubchart-api)
0 commit comments