This extension implements vis.js timeline http://visjs.org/docs/timeline/. It is an interactive chart to visualize data items in time. The items can take place on a single date, or have a start and end date (a range). You can freely move and zoom in/out the timeline by dragging and scrolling.
- Dimension: Reference ID, numeric (Event ID or else) or String
- Dimension: Item Content, text
- Dimension: Start Date
- Dimension: End Date (optional, null if omitted)
- Dimension: Item Type (box (default), point, range, background)
- Measure: title text for hover popup (optional), default title is start date
- Measure: CSS class name for styling or number 1 to 10 for CSS class color-a to color-j which are configured for Qlik Sense diverging colors (blue-to-red, optional)
- Measure: group name to group items in "swim lanes" (optional)
- Axis Orientation : top, bottom (default), both, none
- Item orientation : top, bottom (default)
- Group Sorting : Ascending, Descending
- Localization : choose local for localized date and timestamp formatting (default: en-gb)
- Reverse Color : reverse Qlik Sense diverging color (red-to-blue)
- Apply CSS for Background : apply CSS class to background items (default: true)