graph: project timeline

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
lsimonch

graph: project timeline

Post by lsimonch »

I just made a custom graph to display the evolution of a project over time.

It displays 4 data over time:
- number of featured requested
- number of features done
- number of bugs reported (features excluded)
- number of bugs still open (features excluded)

I post In case it is useful to someone.

I use it with mantis 0.19.1 + jpgraph.

The result looks like:
http://www.webalice.it/lucas.sc/pub/sample.png

The (quick & dirty) code can be found there:
http://www.webalice.it/lucas.sc/pub/sum ... meline.txt

You can define the sampling rate in days with the last parameter of this line (here, one sample every 7 days):
$dates = generate_dates($date_min, $date_max, 7);

Regards,

lucas
cilevine
Posts: 2
Joined: 19 Feb 2005, 21:15

Thnaks - it works wonderfully

Post by cilevine »

Thaks for the work, I installed it on both the summary page and on the main page so everyone could see it when they signed on.

Great addition, makes the program even more useful.
misbach
Posts: 1
Joined: 31 Aug 2007, 23:09

Post by misbach »

Does anyone still have the code for this that they could share again? Those links are dead.
Post Reply