Settings for the chronological layout calculations
Referenced by: Link chart layout settings
Properties
Property | Details |
---|---|
durationLineWidth | An integer between 1 and 10 setting the width of the line, in points, representing the duration of events with non-zero durations. Applied only when 'showDurationLineForNonZeroDurationEntityEvents' is true. The default value is 5. |
entityPositionAtDurationRatio | Determines the placement of an entity along a non-zero duration event interval. 0 represents the start of the interval, 1 represents the end of the interval. Only used in multi-timeline layouts. The default value is 1. |
eventsTicksVisualization | Controls the display of start / end event ticks on the timeline. Default value is 'startAndEnd' where both start and end ticks are displayed. Valid values:
|
lineSeparationMultiplier | The multiplier to be used for line separation, where a higher multiplier leads to greater separation between lines. Utilized if 'separateTimeOverlaps' or 'separateTimelineOverlaps' is true. Default value is 1. |
moveFirstBends | When 'separateTimeLineOverlaps' is true, indicates whether the first bend on a relationship line related to an event is raised up above the event location, to reduce overlapping. Default value is true. Only valid in mono-timeline layouts. |
secondBendRatio | Ratio from 0 to 1 controlling the position at which the second bend of a relationship occurs, for event and non-event relationships between event and non-event entities. Lower values move the second bend position lower. Default value is 0.3. Only used in the mono-timeline layout. |
separatedLineShapeRatio | When 'separateTimeOverlaps' is true, adjusts the angle between the extremities of the original and separated lines. When the ratio is high, the angle is small. Default value is 0. |
separateTimelineOverlaps | Indicates whether events that overlap on a timeline are separated. Default value is true. |
separateTimeOverlaps | Indicates whether events that overlap in time are separated. Default value is true. |
showDurationLineForNonZeroDurationEntityEvents | Determines whether or not lines representing the duration of events on entities with non-zero durations are shown. The default is true, meaning the lines are displayed. |
showNonZeroDurationIntervalBounds | Determines whether to display interval bounds (tick lines at the start and end) of relationship lines for events with non-zero durations. Only used in multi-timeline layouts. Default is false. |
spaceSeparatedLinesEvenly | Determines whether or not to space separated lines evenly, when either 'separateTimeOverlaps' or 'separateTimelineOverlaps' is true. When true, the offset for the i-th overlapping line is proportional to 'i'. If false, the offset is proportional to the square root of i. Default is false. |
timeBannerUTCOffsetInMinutes | The UTC offset in minutes to use for the time banner. Default is 0. |
timeDirection | Controls the time axis orientation and the direction along which time increases in the layout, e.g. 'right' means that time axis is horizontal and time increases from left to right, 'bottom' means the time axis is vertical and time increases from top to bottom. Default is 'right'. Valid values:
|
useBezierCurves | Determines whether or not to use Bezier curves for separated lines. This setting will have no effect where Bezier curves are not supported. Default value is false. |