Add burndown chart

This commit is contained in:
Frederic Guillot
2015-04-11 23:01:17 -04:00
parent 7df055aff1
commit 9ca2ba2127
32 changed files with 351 additions and 26 deletions

33
docs/analytics.markdown Normal file
View File

@@ -0,0 +1,33 @@
Analytics
=========
User repartition
----------------
![User repartition](http://kanboard.net/screenshots/documentation/user-repartition.png)
This pie chart show the number of open tasks assigned per user.
Task distribution
-----------------
![Task distribution](http://kanboard.net/screenshots/documentation/task-distribution.png)
This pie chart gives an overview of the number of open tasks per column.
Cumulative flow diagram
-----------------------
![Cumulative flow diagram](http://kanboard.net/screenshots/documentation/cfd.png)
This chart show the number of tasks cumulatively for each column over the time.
Burndown chart
--------------
![Burndown chart](http://kanboard.net/screenshots/documentation/burndown-chart.png)
The [burn down chart](http://en.wikipedia.org/wiki/Burn_down_chart) is available for each project.
This chart is a graphical representation of work left to do versus time.
Kanboard use the complexity or story point to generate this diagram.