Plugins Directory » Charts 2
Author: | Alexey Mirniy | |
---|---|---|
Website: | https://github.com/pharmazone/redmine_charts2 | |
Code repository: | https://github.com/pharmazone/redmine_charts2 | |
Registered on: | 2012-11-18 (about 12 years ago) | |
Current version: | 2.1.1 | |
Compatible with: | Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x | |
User ratings: |
Plugin which integrates with Redmine 2.0.3 and 2.1.x following charts: burndown, timeline, ratios of logged hours and issues, deviations of logged hours.
Originated from Charts plugin and improved to be compatible with Redmine 2.0.x.
For any bugs and propositions use issue tracker
Installation notes
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 - 2.3.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!
Changelog
2.1.1 (2013-03-31)
Compatible with Redmine 2.3.x, 2.2.x, 2.1.x, 2.0.x.
2.1 (2012-12-12)
Compatible with Redmine 2.1.x, 2.0.x.
2.0 (2012-11-18)
Compatible with Redmine 2.0.x.