Plugin which integrates with Redmine following charts: burndown, timeline, ratios of logged hours and issues, deviations of logged hours.
Download the sources and put them to your vendor/plugins folder.
For Redmine 2.0.x
$ cd {REDMINE_ROOT}
$ git clone git://github.com/pharmazone/redmine_charts2 plugins/redmine_charts2
For Redmine 2.1.x
$ cd {REDMINE_ROOT}
$ git clone git://github.com/pharmazone/redmine_charts2 plugins/redmine_charts2
$ cd plugins/redmine_charts2
$ git co redmine21
Install OpenFlashChart plugin.
$ cd {REDMINE_ROOT}
$ git clone git://github.com/pullmonkey/open_flash_chart.git plugins/open_flash_chart
Copy OpenFlashChart's assests.
$ cd {REDMINE_ROOT}
$ cp -r plugins/open_flash_chart/assets public/plugin_assets/open_flash_chart
Migrate database.
$ rake redmine:plugins RAILS_ENV=production
Run Redmine and have a fun!
- ja by In Dow
- pt-br by Enderson Maia
- nl by onno-schuit
- en by Maciej Szczytowski and Rocco Stanzione
- ru by Vadim Kruchkov
- es by Rafael Lorenzo, José Javier Sianes Ruiz
- pl by Maciej Szczytowski
- fr by Yannick Quenec'hdu
- ko by Ki Won Kim
- da by Jakob Skjerning
- de by Bernd Engelsing
- sv by Martin Bagge
Thanks for the contribution.
- compatible with Redmine 2.1
- compatible with Redmine 2.0.3
- compatible with Redmine 1.1.2
- Only list active projects, fix from Anton Kravchenko's fork.
- weeks starts from 0 - yondo
- support version has no tickets case Anton Kravchenko (author)
- avoid error kzgs (author)
- use Version#start_date for start date of burndown chart kzgs (author)
- fixing bug where the index is not found in range[:keys] from: Michael Co...
- migration to Redmine 0.9.x
- new conditions (owners, authors, statuses and projects)
- conditions in burndown chart
- multiselection in conditions (#3)
- new issue chart (#2)
- issues with closed status are considered as 100% complete (#1)
- new translations (ko, da, de)
- new chart - burndown with velocity (#12)
- support for subissues (#36)
- saved condition (#24)
- new translations (fr)
- bug fixes (#13, #15)
- saving charts as images (#14)
- many bug fixes (#6, #7, #8, #9, #10)
- new conditions (trackers, priorities, versions)
- pages on deviations chart (#5)
- hours logged for project and not estimated issues on deviations chart