summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-06-19 14:04:48 +0200
committerfranck cuny <franck@lumberjaph.net>2011-06-19 14:05:34 +0200
commit25f093c285df13811f0ea179409e57a0e515258f (patch)
tree8d74221c2d123af39a0220e8a7d58b17984ea11f
parentMerge branch 'master' of github.com:franckcuny/StarGit (diff)
downloadstargit-25f093c285df13811f0ea179409e57a0e515258f.tar.gz
add new metrics
Signed-off-by: franck cuny <franck@lumberjaph.net>
-rw-r--r--config.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/config.yml b/config.yml
index 2c516b6..a99e6f1 100644
--- a/config.yml
+++ b/config.yml
@@ -54,8 +54,20 @@ graph:
JVM: 0x763C8D
default: 0xdddddd
degree:
- label: Degree
+ label: Contributions
type: Num
colorMin: 0xFF0000
colorMax: 0xFFCCCC
default: 0xFA7070
+ followers_count:
+ label: Followers
+ type: Num
+ colorMin: 0x03A16A
+ colorMax: 0xB1E3D1
+ default: 0xFA7070
+ indegree:
+ label: InDegree
+ type: Num
+ colorMin: 0x120087
+ colorMax: 0x9F93ED
+ default: 0xFA7070