The Timeline is one of the component that took me most brain hours, with the map and the grid.

To enable Flowbird's Streetsmart project to use it, I decided to opensource it. This is my first opensource project... We'll see how it goes ;)
The component is available since a couple of months, and has been integrated successfully in Streetsmart monitoring UI. It embeds a small test application packaged as a Docker that allows testing, and even development with hot reloading.
Since its packaging as an opensource and standalone component, the Timeline has evolved (Changelog) thanks to Streetsmart UI team ideas, and all changes are accessible both on Spider and Streetsmart.
- React 16 refactor
- Lots of options to control the behavior
- Left margin adapt to legend length
- Small icon displayed when cursor is out of view

- Autosliding with regular fetching when dragging cursor left of right of the area
- Visual improvements and bug fixes