Skip to content

Back on CRAN

Latest
Compare
Choose a tag to compare
@JohnCoene JohnCoene released this 18 Jun 18:12
· 38 commits to master since this release

Back on CRAN

Breaking Changes

  • New sg_events function. Previously sigmajs sent all events to the server when in Shiny, this caused the whole visualisation to nearly crash when enabling edges events as too many events/too much data was sent to the server. You now need to specify which events you want to captur with sg_events. The shiny documentation has been changed to reflect those changes.

Minor

  • Improved random graph generators for more sensible examples
  • Removed renderer type as it breaks arrows on edges.