Skip to content

1.0.0 - CRAN

Latest
Compare
Choose a tag to compare
@timelyportfolio timelyportfolio released this 30 May 02:55
· 2 commits to master since this release

parcoords 1.0.0

  • update source JavaScript library to modular parcoords-es to stay current with d3 and avoid conflicts with other versions of d3

  • add proxy and methods for control and use of a parcoords htmlwidget from Shiny

  • rework color argument completely to allow for coloring by a continuous variable and provide more flexibility for future use. Now we can also eliminate htmlwidgets::JS from the argument so that the R user does not need to write JavaScript functions.

  • allow horizontal scrolling when parcoords bigger than screen

  • add center method for horizontally centering parcoords based on a column/dimension

  • add snapshot method to export chart in current state to png

  • add experimental Breshenham mode mode = 'tiled'