From f62c1009030fc9b89d4baf8ab7777b45853a7ff0 Mon Sep 17 00:00:00 2001 From: Radek Stepan Date: Mon, 17 Sep 2012 09:21:33 +0100 Subject: [PATCH] further explanation of the lines on the chart --- README.md | 4 ++++ config.yml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f744f30..9731834 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ $ npm start Then visit [http://127.0.0.1:3000/](http://127.0.0.1:3000/). +The **orange line** - this represents you closing the Issues as you go through them. When you hover over it you will see, for each day, what the closed Issues were and how many points are left. + +The **blue line** - this represents the dropping size of the outstanding Issues planned for the iteration/Milestone. + There is nothing to save in a database so each refresh of the page fetches all of the latest information from GitHub. Enjoy! diff --git a/config.yml b/config.yml index 8a8266f..7c2c475 100644 --- a/config.yml +++ b/config.yml @@ -1,3 +1,3 @@ -github_user: 'radekstepan' -github_project: 'intermine-widget-client' -project_name: 'List Widgets' \ No newline at end of file +github_user: 'intermine' +github_project: 'InterMine' +project_name: 'Core InterMine Project' \ No newline at end of file