Skip to content

Timeline ​

Events over time kinda like iss does in stream monitoring

Basic ​

The timeline is fully responsive. What ever height & width you set will be respected. Gridlines (if shown) will be rendered ~every 200px

Tooltip slot ​

You know. tooltip on hover thingy. Slot props available is epoch (ms since 1970:ish), events (array of events intersected by the pointer) and baseline (current "state")

Events ​

Use the pick event handler on the timeline component to get all the information from the intersected events. Try clicking on the timeline

Streaming ​

By prefetching data and making a sliding time window one can with a bit of code make a pretty neat realtime streaming timeline. In this case its also useful to set the tick-style prop to "relative" to get relative time ticks

Not really.