We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The React Gantt Chart is a project planning and management tool used to display and manage hierarchical tasks with timeline details. It helps assess how long a project should take, determine the resources needed, manage the dependencies between tasks, and plan the order in which the tasks should be completed.


React Gantt Chart Data Binding.

Data binding

Bind data seamlessly with various local and remote data sources such as JSON, RESTful services, OData services, and WCF services. The React Gantt Chart uses the data manager for binding the data source.


Mobile optimized and touch friendly

The React Gantt Chart has a highly responsive layout and a fine touch-interactions support for desktops, touch screens, and smart phones.

Touch support in React Gantt Chart.

Touch support

User-friendly touch gestures and an interactive UI design help produce the best user experience. All Gantt Chart features work on touch devices with zero configuration.

Responsiveness in React Gantt Chart.

Responsive

The responsive feature allows the React Gantt Chart layout to be viewed on various devices. It is also possible to hide specific columns for particular screen sizes using column-based media query support.


Timeline

The React Gantt Chart Library supports different configurable timeline views such as hour, day, week, month, and year.


Types of relationships among tasks in React Gantt Chart.

Task scheduling and relationships

Users can easily plan and schedule tasks in both auto and manual mode to track their projects. Create relationships between different tasks in project management. When a project is complex and contains many tasks that depend on the completion of others, task dependencies enable you to decide when a task can be started or finished using finish-to-start, start-to-finish, start-to-start, and finish-to-finish task link types.


Resource view

Visualize the list of tasks assigned to each resource in a hierarchical manner. Multiple tasks assigned to each resource can be visualized in a row when the records are in a collapsed state.

React Gantt Chart resource view.


Rows in React Gantt Chart.

Row

Rows in Gantt Chart represents each tasks or data object information from the data source. It supports expanding / collapsing child rows, reordering of rows, indent / outdent rows to change its hierarchy levels and much more features.


Column

Columns define the schema of a data source in HTML5 Gantt Charts. They support formatting, column definitions, column chooser, column menu, column reorder, and other important features.

Columns in React Gantt Chart.


Sorting in React Gantt Chart.

Sorting

The React Gantt Chart allows user to sort a column in either ascending or descending order by simply clicking on the header. A Ctrl + header click performs multi-sorting.


Filtering

Data across all columns can be filtered using the filter option in each column and search option in the toolbar. It supports two filter types, Excel-like filter and menu filter. The JavaScript Gantt Chart filter allows users to choose appropriate filter types, define their own custom filtering logic, and customize the filtering UI based on their application needs. Filtering with related parent or child records can be defined.

Filtering in React Gantt Chart.


React Gantt Chart selection.

Selection

React Gantt Chart allows users to select rows or cells by simply clicking on them. One or more rows or cells can be selected by holding the Ctrl or Shift key, or programmatically.


Editing

The Gantt Chart provides full support to create, read, update, and delete (CRUD) operations. In addition to built-in editor controls to edit a particular column value, using template support users can create custom editor controls that suit their application needs. Users can also edit the tasks fields directly in their respective cells using a dialog or interactively using taskbars.


JS Gantt Chart Virtual Scrolling.

Virtual scrolling

Virtual scroll in JS Gantt Chart allows you to load large amounts of data without performance degradation. In row virtualization mode, all tasks are fetched initially from the datasource and rendered in the DOM within a compact viewport area.


Taskbar Customization in React Gantt Chart.

Appearance customization

Using templates, users can create custom UI. It provides various template options to create custom headers, custom taskbars, custom cell contents, custom tooltip, toolbars, and custom editors for edit action.

Auto focus tasks in React Gantt Chart.

Auto focus tasks

Focus on the tasks that are not visible but scheduled later along the timeline by selecting their rows in the grid section.

Taskbar tooltip in React Gantt Chart.

Tooltip

The tooltip displays task information while the mouse hovers over the task and editing actions for the taskbar and connector lines.

Event markers to note the special events in React Gantt Chart.

Highlight days and events

Highlight important days or events in a project using event markers.

Mark important or special tasks in React Gantt Chart.

Data markers

Display events for a specific task that can be placed on the timeline on any given date.

React Gantt Chart toolbar to edit tasks.

Toolbar

Use toolbar options for editing, searching, expanding, collapsing, and deleting selected tasks along with an option for adding a new task.

Visualize the actual and project timeline in React Gantt Chart.

Baselines

Compare the current task’s progress with the planned timeline using baselines.

Highlight holidays, if any, in between weeks in React Gantt Chart.

Holidays

Display nonworking days using the holidays feature.

Mark the allocated resource for a task in React Gantt Chart.

Allocating resources

Allocate multiple resources like staff, equipment, and materials to each task.

Row height in React Gantt Chart.

Row height and taskbar height

Row height is a major factor when displaying records in the view port and it can be customized effortlessly based on the application’s UI requirement. The height of child taskbars and parent taskbars can be customized using the taskbarHeight property.

Context menu in React Gantt Chart.

Context menu

The context menu improves user action with React Gantt Chart component using a pop-up menu. It appears when a cell or header is right clicked. In addition to built-in default menu items, it allows you to add custom context menu items.

Exporting in React Gantt Chart.

Exporting

Easily export the React Gantt Chart component in file formats such as Excel or CSV.


Built-in and customizable themes

Several built-in SASS-based themes are available such as Fluent, Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, and High Contrast. Simplify theme customization either by overriding the existing SASS styling or creating custom themes by using the Theme Studio application.

React Gantt Themes.


Accessibility

Keyboard navigation in React Gantt Chart.

Keyboard navigation

The HTML5 React Gantt Chart ensures that every cell is keyboard accessible. Major features like sorting, selection, and editing can be performed using keyboard commands alone; no mouse interaction required. This helps in creating highly accessible applications using this component.

Accessibility and screen reader support in React Gantt Chart.

Screen reader

The React Gantt Chart has complete WAI-ARIA accessibility support. The Gantt Chart UI includes high-contrast visual elements, helping visually impaired people have the best viewing experience. Also, valid UI descriptions are easily accessible through assistive technologies such as screen readers.


Globalization and localization

Format dates and numbers in React Gantt Chart.

Globalization

Gantt Chart enables users from different locales to format date, currency, and numbering to suit their language preferences. It uses the internalization (i18n) library to handle value formatting.

Localize React Gantt Chart UI strings.

Localization

Users can localize all the strings used in the user interface of React Gantt Chart control. It uses the localization (l10n) library to localize UI strings.


Supported browsers

The React Gantt Chart works well with all modern web browsers such as Chrome, Firefox, Edge, Safari, and IE11.

Supported web browsers for React Gantt Chart.


Developer-friendly APIs

Developers can have full control over the UI and behavior of the Gantt Chart through its built-in, developer-friendly APIs. The simple and extensible APIs allow you to customize even the complex Gantt Chart functionalities with ease.


React Gantt Chart Code Example

Easily get started with the React Gantt Chart using a few simple lines of TSX code example as demonstrated below. Also explore our React Gantt Chart Example that shows you how to render and configure a Gantt Chart in React.

import * as ReactDOM from 'react-dom';
import * as React from 'react';
import { GanttComponent, Inject, Selection } from '@syncfusion/ej2-react-gantt';
import { projectNewData } from './data';
import { SampleBase } from '../common/sample-base';

export class Default extends SampleBase<{}, {}> {
  public taskFields: any = {
    id: 'TaskID',
    name: 'TaskName',
    startDate: 'StartDate',
    endDate: 'EndDate',
    duration: 'Duration',
    progress: 'Progress',
    dependency: 'Predecessor',
    child: 'subtasks'
  };
  public labelSettings: any = {
    leftLabel: 'TaskName'
  };
  public projectStartDate: Date = new Date('03/24/2019');
  public projectEndDate: Date = new Date('07/06/2019');
  render() {
    return (
      <div className='control-pane'>
        <div className='control-section'>
          <GanttComponent id='Default' dataSource={projectNewData}
            taskFields={this.taskFields} labelSettings={this.labelSettings} height='410px'
            projectStartDate={this.projectStartDate} projectEndDate={this.projectEndDate}>
            <Inject services={[Selection]} />
          </GanttComponent>
        </div>

      </div>
    )
  }
}



80+ REACT UI COMPONENTS

Frequently Asked Questions

Syncfusion React Gantt Chart Library provides the following features:- A complete project management tool to schedule and plan projects.- Manage, and monitor specific tasks and resources in a project.- Intuitive user interface to manage complex projects on the go.- One of the best React Gantt Chart in the market that offers feature-rich UI to interact with the software.- Simple configuration and API.- Supports all modern browsers.- Mobile-touch friendly and responsive.- Expansive learning resources such as demos and documentation to learn quickly and get started with React Gantt Chart.

You can find our React Gantt Chart demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile