Releases: timelyportfolio/parcoords
1.0.0 - CRAN
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'
v0.3.0 resize
Add resize
and use newest htmlwidgets
JS template
fix for Firefox Windows
This updates d3.svg.multibrush
to fix Firefox in Windows with 1d-multi
(see #14). No changes to API.
Tasks
parcoords
get tasks
.
first release
First release with a decent set of features, but still so much left to do.