Skip to main content

DHTMLX Gantt overview

DHTMLX Gantt is a JavaScript component for displaying and editing project timelines in the browser. It combines a configurable grid, a zoomable time scale, and a scheduling engine that understands working time, dependencies, and constraints.

You can use it to build project and resource planning views for project management tools, construction and manufacturing schedules, field service planning, and any other application that needs a visual project timeline.

DHTMLX Gantt is available in Standard and PRO editions. The PRO edition includes such features as auto scheduling, critical path, resource management, dynamic loading, and more.


Quick start by framework

You can use DHTMLX Gantt as a vanilla JavaScript widget or integrate it into a modern framework. Start with a step-by-step "How to start" guide suitable for your stack:


Live demos

To see DHTMLX Gantt in action, explore the online demos:


Key capabilities

DHTMLX Gantt combines a scheduling engine, a flexible timeline, and resource tools. The sections below highlight the main areas and guide you to more detailed chapters.

Project scheduling

DHTMLX Gantt includes a scheduling engine that comprehends project structure and working time:

The scheduling behavior is configurable, so you can align it with your internal rules or tools like MS Project.

Timeline & grid

The component combines a data grid on the left with a zoomable time scale on the right, both parts being highly tunable:

Advanced project controls

For more detailed project tracking, Gantt supports such features as:

Resource & workload management (PRO)

The PRO edition adds a dedicated resource layer which provides:

This turns the Gantt chart into a basic tool for managing resources without leaving your application.

Export & ecosystem

DHTMLX Gantt integrates with external tools and output formats ensuring great export/import possibilities:


Frameworks and backend integration

Frontend integration

DHTMLX Gantt is a framework-agnostic, vanilla JavaScript component that works in all modern browsers. It can be used:

For React you have two options:

  • Use the official ReactGantt wrapper, which exposes Gantt as a declarative React component with props for configuration and events. This is usually the best choice for new React projects.
  • Follow the low-level React integration guide if you prefer to embed the core Gantt widget yourself and control initialization, destruction, and data flow manually.

For Angular, Vue, and Svelte, the How to start guides show how to build a thin wrapper component that fits your application architecture.

Backend integration

On the backend side, Gantt communicates with a REST-like API:

Thus, it is easy to plug Gantt into existing systems or new micro services.


What's next

If you are just getting started:

  1. Follow a How to start guide for your preferred front-end framework or plain JavaScript.
  2. Adjust grid columns, working time calendars, scales, and editing behavior.
  3. Connect to your backend - set up the DataProcessor and REST endpoints for tasks, links, and resources.
  4. Explore Guides and API reference for deeper customization (templates, events, extensions).

If you are already using DHTMLX Gantt and upgrading from an earlier version, check the What's new for the release notes and a summary of the latest features and migration guides.