Sandro Raabe
Sandro Raabe
When a user forgets to add a `type` to `hchart`, a non-informative error is thrown: ```{r} library(highcharter) hchart(mtcars, hcaes(x = mpg, y = cyl)) #> Error: Assigned data `type` must...
There was a copy/paste error in the help text for the abovementioned function.
Hi, I cannot get `select_group_ui()` and `select_group_server()` get to work inside a shiny module. I added `ns()` to the IDs but possibly the `virtualSelectInput()`s can't communicate properly due to wrong...