2 Repos
Components for displaying a linear sequence of dated events using web technologies.
Distinct from HTML Response Renderers: Existing candidates focus on time-series analysis/forecasting or general HTML responses, not chronological event rendering
Explore 2 awesome GitHub repositories matching user interface & experience · Chronological Sequence Renderers. Refine with filters or upvote what's useful.
TimelineJS is a JavaScript library for creating interactive, chronological narratives and visualizing multimedia sequences. It functions as a tool for data-driven storytelling, rendering a navigable interface where events are organized by date. The system generates these narratives by importing event information from external sources, such as JSON files or spreadsheets. It transforms external media links into embedded video and audio elements and synchronizes the current view with the browser address bar to allow for direct linking and bookmarking. The library covers broad capabilities for d
Displays a linear sequence of dated events combined with embedded multimedia using web technologies.
timesheet.js is a JavaScript library for rendering time-series data and event lists as responsive HTML and CSS timelines. It serves as a date-based event renderer that converts lists of dated activities into visual chronologies, supporting the creation of web-based timesheets and activity logs. The library provides components for generating visual timelines, time-tracking tables, and project scheduling displays. It transforms raw event data—including start dates, end dates, descriptions, and categories—into structured HTML interfaces that adapt to different screen sizes.
Displays chronological sequences of events with start and end dates using standard web technologies.