2017-09-27
MAJOR NEW FEATURES
colourInput()
now supports an alpha channel, to allow selecting semi-transparent colours, using the allowTransparent
boolean parameter. Note that this is a BREAKING CHANGE because previously allowTransparent=TRUE
resulted in a checkbox, and now it displays the alpha opacity selector.colourInput()
can be specified either using a colour name (“blue”), HEX codes (“#0000FF”), RGB codes (“rgb(0, 0, 255)”), or HSL codes (“hsl(240, 100, 50)”)BREAKING CHANGES
allowTransparent=TRUE
has been modified, as mentioned abovetransparentText
parameter from colourInput()
has been removedBUG FIXES
2016-12-05
plotHelper()
gadget+addin that makes it easy to pick colours in a plot and see in real time the updated plot as you choose new colours (#1)colourPicker()
(left/right arrows to navigate the colours, 1-9 to select a colour, spacebar to add a colour…)colourInput()
(#4 - thanks @ddiez)2016-10-31
2016-09-06
2016-08-15
runExample()
function to run the example shiny app2016-08-11
shinyjs
package)