Lighthouse-io / react-visjs-timeline

React component for the vis.js timeline module
MIT License
210 stars 91 forks source link

Make container element use all available vertical space to allow for dynamic sizing #129

Open nils-jansen opened 3 years ago

nils-jansen commented 3 years ago

Overview

This change allows the use of the timeline component inside a dynamically sized container. The previous implementation required specification of height in absolute values.

Updates

Changed a single line of code

Dependencies

--

Outstanding Tasks

--

Screenshots (if appropriate)

--