namespace-ee / react-calendar-timeline

A modern and responsive react timeline component.
MIT License
1.91k stars 613 forks source link

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

Closed r-zane-spalding closed 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