Plugin for Redmine which integrates some nice project charts.
Download the sources and put them to your vendor/plugins folder.
$ cd {REDMINE_ROOT}
$ git clone git://github.com/mszczytowski/redmine_charts.git vendor/plugins/redmine_charts
Install OpenFlashChart plugin.
$ ./script/plugin install git://github.com/pullmonkey/open_flash_chart.git
Migrate database and populate new tables
$ rake db:migrate:plugins
$ rake charts:migrate
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
- pl by Maciej Szczytowski
- fr by Yannick Quenec'hdu
- ko by Ki Won Kim
- da by Jakob Skjerning
Thanks for contribution.
- 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)
- 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
Timeline with estimated, logged and remaining hours.
Number of hours were logged proportional to total total, grouped and filtered by users, issues, activities, categories, version, priorities or trackers.
Timeline with logged hours, grouped and filtered by users, issues, activities, categories, version, priorities and trackers.
Ratio of logged and remaining hours to estimated hours for each estimated issue.