timeline.js

Draggable timeline.

Objects

OAT.Timeline(contentDiv, options)

Creates a Timeline inside contentDiv. The options may include:

Methods

OAT.Timeline.addBand(name, color, label)

Adds a data band to chart. The band is identified by name, drawn in color, and labeled with label.

OAT.Timeline.addEvent(bandName, startTime, endTime, content, color)

Adds new event to Timeline, respective to its bandb and Name.

OAT.Timeline::draw()

Draws the timeline.

CSS Classes

OAT.Timeline.timeline

ToBeDone?

OAT.Timeline.timeline_port

ToBeDone?

OAT.Timeline.timeline_slider

ToBeDone?

Example

ToBeDone?

CategoryDocumentation CategoryOAT CategoryOpenSource CategoryToBeDone?