colourpicker icon indicating copy to clipboard operation
colourpicker copied to clipboard

🎨 A colour picker tool for Shiny and for selecting colours in plots (in R)

Results 8 colourpicker issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for your nicely colourpicker package. I tried to make all elements are the same width. I was wondering how to change the colorInput width like numericInput in Shiny....

Hello The colourpicker tool is a great package. I was wondering do you plan to introduce choosing multiple colours use `colourInput()`? I want to choose multiple colours in my shiny...

Looks like this is related to issue 38. We are moving to having our application be a formal "package" and in the package context, I start the shiny application with...

Closes https://github.com/daattali/colourpicker/issues/53. Uses latest jQuery 3.6.1 maintenance release from https://github.com/jquery/jquery/releases. The only testing I did was to call `colourWidget("red", palette = "limited", allowedCols = c("yellow", "red", "#123ABC"))` (the example from...

The version of jQuery bundled in this package, 1.11.3, has several XSS vulnerabilities, e.g., [CVE-2020-11023](https://nvd.nist.gov/vuln/detail/CVE-2020-11023). Would you accept a PR updating it to 3.x, perhaps using [jquerylib](https://github.com/rstudio/jquerylib)? I'm not sure...

Hi, Thanks for the great package – it spares me the time it takes to constantly look up R native colors and compare them with trial and error! One thing...

help wanted

Reference: https://github.com/daattali/shinyjs/commit/943a9923f352046df86bb26302c7aa90371ab5d9

Requesting the ability to chose and, importantly display already available color palates from other popular R packages such as: * [Rcolorbrwer](https://cran.r-project.org/package=RColorBrewer) * [pals](https://cran.r-project.org/package=pals) * [ggthemes](https://cran.r-project.org/package=ggthemes) * [paletteer](https://cran.r-project.org/package=paletteer), * [viridis](https://github.com/sjmgarnier/viridis), *...