Plugins Directory » Issue Charts
Author: | Mike Sweetman | |
---|---|---|
Website: | https://github.com/masweetman/issue_charts | |
Code repository: | https://github.com/masweetman/issue_charts.git | |
Registered on: | 2016-07-15 (over 8 years ago) | |
Current version: | 2.0.0 | |
Compatible with: | Redmine 3.3.x, 3.2.x | |
User ratings: |
This plugin provides the capability to create simple charts and graphs for your issues using Chartkick (chartkick.com). Create issue visualizations based on standard fields as well as custom fields!
Installation notes
Installation¶
- Clone into your plugins folder: git clone https://github.com/masweetman/issue_charts.git
- Run bundle install
- Run rake redmine:plugins:migrate RAILS_ENV=production
- Restart Redmine
To use groupdate¶
- In config/application.rb, set the time zone to utc: config.active_record.default_timezone = :utc
- Install time zone support: https://github.com/ankane/groupdate#for-mysql
Changelog
2.0.0 (2018-11-03)
Compatible with Redmine 3.3.x, 3.2.x.
Important fixes for possible security vulnerabilities. Please update to the latest version as soon as possible.
1.3.0 (2016-08-26)
Compatible with Redmine 3.3.x, 3.2.x.
- Added option to filter issues on status (open, closed, or all)
- Added Swedish translation
1.2.1 (2016-08-26)
Compatible with Redmine 3.3.x, 3.2.x.
- Added time tracking
- improved UX
1.1.2 (2016-08-10)
Compatible with Redmine 3.3.x, 3.2.x.
Include subproject issues in charts if Redmine setting is configured to include subproject issues.
1.1.1 (2016-07-25)
Compatible with Redmine 3.3.x, 3.2.x.
Added Spanish, German, and Chinese.
1.1.0 (2016-07-22)
Compatible with Redmine 3.3.x.
Added localization!
1.0.0 (2016-07-14)
Compatible with Redmine 3.3.x.