ixodid198

Results 11 issues of ixodid198

The last date on the x-axis of my c3 chart is cut off. ![Screen Shot 2021-01-11 at 8 28 39 PM](https://user-images.githubusercontent.com/12522241/104257596-cf2c4f00-544b-11eb-9f2f-447484cf596b.png) Since space is tight I wish to re-align the...

When the value for color_bar is small relative to the length the bar, the text seems misplaced. In the image see: Nova Scotia, Increasing The "2" is placed to the...

I have a shiny app that allows a user to create an animated gif. This takes some time. Is it possible to use a shiny [progress](https://shiny.rstudio.com/articles/progress.html) indicator to provide feedback...

enhancement

Why do the long answer options of this prettyRadioButtons question not automatically wrap based on the screen size? Below are two screenshots of the Chrome browser's Inspect mode simulating different...

Both fields require numbers >=0 and < 300 Empty fields, spaces, ".", "e" are not allowed. When a field is invalid a red "!" should appear AND the button should...

With the option, `selection = "multiple"` multiple checkboxes appear in a Reactable table. If I programmatically restrict the number of boxes that can be checked it would be ideal if...

I am using Rmarkdown and ShinyDashboardPlus to create a carousel of images. How do I remove the light gray rectangle around the slide in this carousel? ![Screen Shot 2021-04-21 at...

I am using the carousel from R's bsplus package. I want to stop the auto play. Various solutions have been mentioned [here](https://stackoverflow.com/questions/26133618/how-to-stop-bootstrap-carousel-from-autosliding). I can't get any of them to work...

If a shiny app using shinyhelper is embedded in a tall iframe, the help window for shiny elements that are toward the bottom of the iframe appears offscreen. The user...

I am scraping a few dozen URLs using splashr. The code runs and completes fine when run directly from RStudio Server on my Digital Ocean Droplet. However, when it runs...