Skip to content

timevis v2.1.0

Latest
Compare
Choose a tag to compare
@daattali daattali released this 22 Oct 18:22
· 9 commits to master since this release
  • Add functions zoomIn() and zoomOut()
  • List-columns can now be passed to timevis() in the data or groups dataframe, to support nestedGroups and any other parameters that may require nested lists (#11)
  • Boolean values can be passed to timevis() in the data or groups dataframe, to support subgroupStack = TRUE option (#117)
  • Simplify documentation and augment with more examples