blob: a66859178ccb54bf45261398d8046eb8e032a7f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
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.
Note: You need to have at least 2 days of data to see the graph.
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.
Don't forget to run the daily job for stats calculation
-------------------------------------------------------
To generate accurate analytics data, you should run the daily cronjob **project daily summaries** just before midnight.
[Read the documentation about Kanboard CLI](http://kanboard.net/documentation/cli)
|