Single Gantt Chart widget
- Last UpdatedOct 10, 2025
- 1 minute read
The following image is an example representation of a single Gantt Chart widget with its supported property elements configured. The elements are described in the globalSetting elements table.

The curved shape of the Gantt Chart bar at both ends is controlled by the global setting element called showCurvedBar. By default, this element is set to true. These are the conditions for this element to work:
-
The shape of the bar is curved at the left end if the start datetime of the Gantt Chart is later than or equal to the data segment's start datetime and earlier than the data segment's end datetime.
-
The shape of the bar is curved at the right end if the end datetime of the Gantt Chart is later than or equal to the data segment's start datetime and earlier than the data segment's end datetime.
-
The shape of the bar is curved at both ends (left and right) if the start datetime of the Gantt Chart is later than or equal to the data segment's start datetime and earlier than the data segment's end datetime, and if the end datetime of the Gantt Chart is later than or equal to the data segment's start datetime and earlier than the data segment's end datetime.