1. Dynamic Task Visualization: Effortlessly visualize tasks and subtasks on a multi-level Gantt timeline, offering a comprehensive view of projects, milestones, and tasks.
2. Flexible Viewing Options: Switch seamlessly between day, week, month, and year views to suit your needs and preferences.
3. Custom Date Range Filters: Filter tasks based on specific date ranges for streamlined management and targeted analysis.
4. Advanced Customization: Adjust task colors based on field values, control header visibility, and set default zoom levels.
5. Enhanced Interactivity: Responsive design with tooltips for detailed task information and easy-to-navigate controls.
1. Go to Zoho Marketplace.2. Click Extensions and select Zoho Creator.3. Search for the 'Simple Gantt Chart for Zoho Creator' extension and click Install.
4. The extension will be installed on your Creator account, and you'll be ready to go.
Field Data Type
|
Description
|
Single Line
|
To display the task title
|
Date / Date-Time
|
To display the Start Date-Time of the Task |
Date / Date-Time |
To Display the End Date-Time of the Task
|
Lookup (optional *) |
Parent record link field to setup Gantt chart with multiple task levels / dependencies. Mandatory parameter when configuring gant chart with multiple levels (ie: Projects -> Tasks)
|
Parameter
|
Data Type
|
Description |
zgantt_prop_config
|
Text / String
|
Variable to store the configuration details for the extension |
Filed Type
|
Field Name
|
Field Link Name
|
Single Line
|
ToDo_Name
|
ToDo_Name
|
Date / Date-Time
|
Start Time
|
Start_Time
|
Date / Date-Time
|
End Time
|
End_Time
|
Field Data Type |
Description |
Single Line |
To display the task title |
Date / Date-Time |
To display the Start Date-Time of the Task |
Date / Date-Time |
To Display the End Date-Time of the Task |
Lookup |
Parent record link field to setup Gantt chart with multiple task levels / dependencies for Gantt chart with multiple levels of tasks |
Parameter | Description |
zgantt_prop_config | Page variable that sets up configuration values for the Gantt chart. |
report_link_name | Identifies the data source for the top-level task (Level 0). |
task_title | The field link name representing the task or project name in the chart. |
start_date | Field link name for the task’s start date. |
end_date | Field link name for the task’s end date. |
colors | An object specifying the field used for color coding tasks and the corresponding color values based on the task status. [Optional] |
sub_task_props | An object defining the properties for hierarchical levels like milestones and tasks. |
level_1, level_2 and level_3 |
Levels within the Gantt chart for structuring subtasks such as milestones, tasks and sub-task / dependency under projects for example.
Includes the following properties:
Example Script (JSON):
All Parameters of Level 1, Level 2 and Level 3 except colors config is mandatory when configuring Multi level gantt chart
|
colors |
This object lets you set colors for tasks based on a specific field, such as task status, and you can customize colors for each task level separately. [Optional]
This makes it easy to visualize tasks based on their current status. Example Script (JSON):
|
date_format |
Specifies the date format for the chart. [Optional]
Following date formats are currently supported
|
show_dependancy_links | true / false value to show or hide task dependancy links. [Optional] |
expand_tasks |
Set to true/false to control if tasks expand by default. [Optional]
|
show_grid | true / false value to show or hide grid view. [Optional] |
show_header | true / false value to show or hide gantt header. [Optional] |
zoom_level |
Controls the chart's zoom level. [Optional]
Supported Zoom levels are
|
gantt_title |
Text / HTML content for the Gantt chart title, supporting logos or other HTML elements. [Optional]
|
default_task_record_id |
This is an optional field for specifying a default record ID, representing the top-level (LEVEL 0) task in the Gantt chart. If an ID is provided, related records will automatically be shown in the chart when multiple levels (like projects, milestones, and tasks) are configured. [Optional]
|
1. Task Bar
2. Task Grid
3. Header
4. Date Format
Date Format | Description |
yyyy-MM-dd | 2024-01-31 (Default) |
dd-MM-yyyy |
31-01-2024 |
dd-MMM-yyyy | 31-Jan-2024 |
yyyy-MMM-dd |
2024-Jan-31 |