Gantt
Last updated
Last updated
A Gantt chart is a type of bar chart that illustrates a project schedule.
table - the table to query.
conditions - the conditions to apply to the chart
group_by - the primary grouping
use_group_by - a boolean value representing if a group by is used
start_date_field - the field used for the start, or left, side of the value
end_date_field - the field used for the end, or right, side of the value
N/A
An array of objects. Each represents a record with the following format.
end: the date that the chart ends at
grouping: the grouping the record belongs to
id: the sys_id of the record
name: the display name for the record
start: the date the record starts
A screenshot of the data in ServiceNow: