Timeline Chart Component

Overview

  • To visualize the progress of any task/delivery at any particular time.
  • Helps to visualize the timelines from the project management perspective.
  • Can be used to create the Gantt Chart view on Appian for any time-bound activities.
  • Can be used to represent the different events associated with a customer or any other entity for an organization to view in graphical view.

Key Features & Functionality

  • The data items can be represented on a single date, or have a start and end date (a range).
  • Move and zoom in on the timeline by dragging and scrolling in the Timeline.
  • Items can be created, edited, and deleted in the timeline.
  • The time scale on the axis is adjusted automatically and supports scales ranging from milliseconds to years.
  • It supports 2 types of data
    • Items - containing a set of items to be displayed in time.
    • Groups - containing a set of groups are used to group items together.
  • It has configuration options to provide which helps to customize the timeline as per need.
Anonymous
Parents
  • Love this component! Quick question about the editability of new tasks.

    Does this component allow for a user to double click (or similar) an existing task and edit the task name (content)? I see that I can double click and add a new task, and I can define a default name, but is it possible to allow a dynamic name for the added task when the user double clicks?

  • I don't believe you are able to double click and edit the item content itself, but you would be able to create a textField() outside of the timeline that would update the content field of the selected item. So you would select the item in the timeline to update, the type in the text field whatever you want them name to be, and have that component save back into the items and update the value. 

    Hope this helps!

Comment
  • I don't believe you are able to double click and edit the item content itself, but you would be able to create a textField() outside of the timeline that would update the content field of the selected item. So you would select the item in the timeline to update, the type in the text field whatever you want them name to be, and have that component save back into the items and update the value. 

    Hope this helps!

Children
No Data