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
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
This is based on the documentation here