Search results

TimelineSettings API in Vue Gantt API component

Configures the timeline settings property in the Gantt.

Properties

bottomTier

TimelineTierSettingsModel

Defines bottom tier settings in timeline.

showTooltip

boolean

Enables or disables tooltip for timeline cells.

Defaults to true

timelineUnitSize

number

Defines width of timeline cell.

Defaults to 33

timelineViewMode

TimelineViewMode

Defines timeline mode of Gantt header.

  • None - Default.
  • Week - Define the week mode header.
  • Day - Define the day mode header.
  • Hour - Define the hour mode header.
  • Month - Define the month mode header.
  • Year - Define the year mode header.
  • Minutes - Define the minutes mode header.

Defaults to ‘None’

topTier

TimelineTierSettingsModel

Defines top tier setting in timeline.

updateTimescaleView

boolean

Enables or disables timeline auto update on editing action.

Defaults to true

weekStartDay

number

Defines week start day in timeline.

Defaults to 0

weekendBackground

string

Defines background color of weekend cell in week - day timeline mode.

Defaults to null