Skip to content Skip to sidebar Skip to footer
Showing posts with the label Shiny

R Shiny + Plotly : Change Color Of A Trace With Javascript Without Affecting Markers And Legend In Multiple Plots

This is a follow up question based on THIS post. The demo app here is a closer representation of … Read more R Shiny + Plotly : Change Color Of A Trace With Javascript Without Affecting Markers And Legend In Multiple Plots

Sweetalert2 Text Input With Validation Of The Text With Javascript In R Shiny

I am upgrading from sweetalert to sweetalert2 in R shiny and so far have managed to get the regular… Read more Sweetalert2 Text Input With Validation Of The Text With Javascript In R Shiny

Browser-friendly Way Of Drawing Rectangles On Top Of Image R Shiny

I have written a shiny app that allows the user to draw rectangles on top of an image (minimal repr… Read more Browser-friendly Way Of Drawing Rectangles On Top Of Image R Shiny

How To Focus On Textinput Field In Alert Combined With Modaldialog In R?

I am building a Shiny app in which a user can open a modalDialog by clicking on points in a plot. T… Read more How To Focus On Textinput Field In Alert Combined With Modaldialog In R?

Disable Elements When Shiny Is Busy

I'm using a piece of javascript from this question: SO It works for buttons, but I would also l… Read more Disable Elements When Shiny Is Busy

Synchronize Horizontal Scrolling Of Two Handsontables

I'd like to synchronize the scrolling of two handsontables in a shiny app. I tried some attemp… Read more Synchronize Horizontal Scrolling Of Two Handsontables

Including Js/css Scripts In Shiny App

I am building a Shiny application, but as it should get arguments for data for building plots, I de… Read more Including Js/css Scripts In Shiny App

Mysterious Javascript Bug That Is Depending On What Plot Object Names Are Used In R Shiny App

In the app below there is some weird mystery going on: Why can I not use certain names for my plot… Read more Mysterious Javascript Bug That Is Depending On What Plot Object Names Are Used In R Shiny App

Shiny.oninputchange Is Not A Function

I have code like is in my shiny app: $(function() { Shiny.onInputChange('initialHash', p… Read more Shiny.oninputchange Is Not A Function

Dynamically Created Selectinputs Not Recognized In Server

I created a simple project where I generate select inputs from a list in one module (selector) whic… Read more Dynamically Created Selectinputs Not Recognized In Server

How To Use The 'aftercolumnresize' Event With 'rhandsontable'?

The JavaScript library Handsontable has an event afterColumnResize, triggered when a column is manu… Read more How To Use The 'aftercolumnresize' Event With 'rhandsontable'?

How To Pass Shinytree Values To Drop Down Input In Shiny

I'm trying to create dropdown input in shiny which has hierarchical drop-down list in R shiny l… Read more How To Pass Shinytree Values To Drop Down Input In Shiny

Browser-friendly Way Of Drawing Rectangles On Top Of Image R Shiny

I have written a shiny app that allows the user to draw rectangles on top of an image (minimal repr… Read more Browser-friendly Way Of Drawing Rectangles On Top Of Image R Shiny

How To Focus On Textinput Field In Alert Combined With Modaldialog In R?

I am building a Shiny app in which a user can open a modalDialog by clicking on points in a plot. T… Read more How To Focus On Textinput Field In Alert Combined With Modaldialog In R?