Views Timeline

Component ID

2202125

Component name

Views Timeline

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module provides a views_timeline style plugin for Views.

It will build a visual timeline of rendered entities, spread over a time span, based on a date or timestamp property or field in the results.

Each entity appears at a percentage of width of the outer container.

Styling-wise, each entity carries an extra class depending on whether the selected date is before the current date, is the next in list after the current date, or is another date after the current date. This allows theming to render them differently just in CSS.

CSS follows SMACSS conventions.

Alternatives

  • Views TimelineJS depends on a JS library to produce more sophisticated layouts.