namespace-ee / react-calendar-timeline

A modern and responsive react timeline component.
MIT License
1.93k stars 625 forks source link

fix: fixing bug that does not allow group.height property to function #858

Open r-zane-spalding opened 2 years ago

r-zane-spalding commented 2 years ago

Issue Number

Currently the group.height property is stated in the docs as being able to be set and override the calculated group height. However, this capability is currently not implemented. This PR implements that capability.

Overview of PR

Don't forget to update the CHANGELOG.md file with any changes that are in this PR