rcharts / parcoords

Parallel Coordinates using rCharts (inspired from Clickme)
http://rcharts.github.io/parcoords
6 stars 6 forks source link

Implement all configuration parameters available. #1

Open ramnathv opened 11 years ago

ramnathv commented 11 years ago

This is based on the documentation here

data              data frame
dimension       quantitative dimensions to visualize
types            named list indicating data types for dimensions
color             function or string
width             width of plot
height           height of plot
margin          named list of margin
alpha            number indicating opacity of polylines

# no arguments

brushable        enable brushing of axes
reorderable      enable reordering of axes
axisDots         mark the points where polylines meet an axis
shadows          active greyed-out background shadows
d-miller commented 10 years ago

Is it possible to implement these configurations now? I've tried changing some of them (e.g., adding "alpha=0.2" in the "$set()" part) but that hasn't changed anything