Relative Content

Tag Archive for javascriptrshiny

Add tooltip to button in rintrojs Shiny

I would like to create an introtour in my shiny app using the rintrojs package with introjs function. In this introtour I would like to add a tooltip to the next button. In the documentation of intro.js there is mentioned the Tour HTML attribute data-intro which should be the tooltip text. But I’m not sure how we could implement this in an rintrojs. Here is some reproducible code from the documentation:

Add tooltip to button in rintrojs Shiny

I would like to create an introtour in my shiny app using the rintrojs package with introjs function. In this introtour I would like to add a tooltip to the next button. In the documentation of intro.js there is mentioned the Tour HTML attribute data-intro which should be the tooltip text. But I’m not sure how we could implement this in an rintrojs. Here is some reproducible code from the documentation:

Problems (or not) using DT in RShiny

Let me introduce myself, I’m Antoine. I really like data, but I have only recently started development with R & R Shiny as I have some free time in my company.

Issue with Displaying Dates in sliderInput in Shiny App

I am developing a Shiny application and am encountering an issue with the date display in a sliderInput widget. Instead of displaying dates in the format “YYYY-MM-DD”, it is showing Unix timestamps in milliseconds. I have tried several troubleshooting steps including inspecting HTML elements, checking for JavaScript errors (none found), and simplifying the code to the minimum, but nothing has resolved the issue so far. Here is the minimal code to reproduce the problem:

Implementing JavaScript in Shiny Modules

I have a shiny app which generates trend lines of a timeseries data. In the app its using JavaScript code to get the Time zone so that it can be used to make sure the timeseries data can be converted to local time zone.