Project

General

Profile

Plugins Directory » Gantt Chart Plugin by Redmine X

Author: Ondrej Svejkovsky
Website: https://www.redmine-x.com/redmine-gantt-chart
Code repository: -
Registered on: 2024-09-06 (about 2 months ago)
Current version: 2.1.9
Compatible with: Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x
User ratings:   (0)

A revolutionary Interactive Redmine Gantt Chart

A FREE version is in an online demo at https://www.redmine-x.com/#bottom2 & the downloadable version is at https://www.redmine-x.com/redmine-gantt-chart. If you need to test the plugin in your Redmine environment, just contact Redmine X for the evaluation version.

This plugin brings time planning to another level. It works with any Redmine theme, however, it looks best with our RedmineX theme that is a part of the Upgrade plugin. Just see https://www.redmine-x.com/redmine-upgrade.

Key Features Of The Redmine X Gantt Chart Plugin

  • create & update tasks & milestones with ease
  • embrace drag & drop functionality for quick planning
  • see task priorities
  • execute updates with zero effort
  • filter the same way as in /issues
  • zoom to a day, week, month, or year
  • move projects including sub-projects & tasks
  • double-click task to reveal popup with additional params

--> see all features at https://www.redmine-x.com/redmine-gantt-chart

RedmineX Gantt Chart

Drag & drop Redmine Gantt chart plugin with advanced filtering & a feature of moving projects including sub-projects and tasks. This is Redmine X gantt chart plugin, the most advanced Gantt for Redmine.

Users Appreciate

  • inline editing of the task name
  • quick access to tasks using a modal or a direct link
  • mouse-enabled canvas moving
  • visual representation of issue priorities is a priceless feature for precise planning
  • moving of project including all sub-projects & tasks

Using task relations & delays, you can precisely plan the essential time needed between two tasks and if necessary, you can export the Gantt chart to PNG, PDF Excel, or MS project.
Thanks to the "Move project" feature, you can actually change the start day of a project without changing all task dates separately. This is a one-of-a-kind feature never seen in Redmine before --> you can effortlessly change the project start date even if you don't use the Gantt chart on a regular basis.

Genuine Client Review

RedmineX Gantt does not conflict with other Redmine plugins. After spending a lot of time, effort, and money on testing several commercial versions of Gantt plugins, I found that the only plugin that can stop our Redmine users from complaining is the RedmineX Gantt. I strongly recommend buying RedmineX Gantt.

Charlie Chang
R&D Division Director at Aplex Technology

Explore All Premium RedmineX Plugins

Explore FREE RedmineX Plugins

Installation notes

Follow standard Redmine installation:

  • unzip the archive and copy it to redmine_root/plugins or copy the archive in the same location and perform the unzip command in the console
  • from redmine_root run bundle install
  • from redmine_root run bundle exec rake redmine:plugins:migrate RAILS_ENV=production
  • restart Redmine

Changelog

2.1.9 (2024-01-24)

Compatible with Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x.

  • The maximum task count value was added to the plugin settings. This number limits number of tasks loaded into the gantt chart. This can prevent situations where the first gantt loading (before any filters can be applied) takes too long.
  • Holiday data caching was completely reworked. Previously holiday data was cached only for the duration of a request. This means that data for a particular user had to be prepared for each request in which any calendar calculations were needed. Now, holiday data is prepared when a server starts, plugin settings are changed, or personal holiday is added or updated by a user. The data is cached for the duration of the server run. For users who have no calendar exceptions minor calculations take place during the request, but the result of these calculations are cached as well.
  • The calculation speed of project completed percent (done ratio) was improved.
  • Milestone saving fixed. If a task was created in the grid using the plus button next to a milestone, the milestone was not saved to the newly created task.

1.0.0 (2021-03-18)

Compatible with Redmine 4.1.x, 4.0.x.