- Add functions
zoomIn()
andzoomOut()
- List-columns can now be passed to
timevis()
in thedata
orgroups
dataframe, to supportnestedGroups
and any other parameters that may require nested lists (#11) - Boolean values can be passed to
timevis()
in thedata
orgroups
dataframe, to supportsubgroupStack = TRUE
option (#117) - Simplify documentation and augment with more examples