Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The timeline is used forĀ  visualizing specific events on yearly time basis.

The timeline can be horizontal or vertical. This customization can be set in the "Orientation" attribute.

For data, the "templateOptions" attribute is used and it's an object which specifies which fields from the business entity to be used in the timeline. For example:

Code Block
{"id": "id", "title": "selfno", "subtitle": "selfno", "date": "datecreated", "description": "selfdesc"}

...