TimelineJs

UI Extension

Timeline.js is an open-source tool for building visually rich, interactive timelines with media support.

Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #165
KEY FEATURES
Interactive timelines
Media support
Google Sheets
JSON data
Zoom levels
Responsive
Customizable
Usage Example

Here's how you'll use TimelineJs with Oorian once the extension is available:

Java
// Create and configure TimelineJs component
TimelineJs component = new TimelineJs();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, TimelineJsEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.