Questions tagged [r-dygraphs]

49 questions
0
votes
0 answers

Dynamic update with live data loading functionality in Shiny R

I'm new to R and i dont have backgroup on js. I'm trying to develop shiny app. I've been looking for the dynamic update with live data loading functionality on dygraph R, which is like this:…
David Yu
  • 1
  • 3
0
votes
0 answers

How to create a bar line chart with the dygraphs package in R?

I want to create a bar and line chart with the dygraphs package. Like this: Bar & Line Chart Dygraph, or again, like this: Series plotter in this page but I can't find the dyBarSeries function. I managed to plot bar plot with the rangeselector with…
0
votes
0 answers

dygraphs appears in the html

I use dygraphs on my website, and dygraphs is embedded in the jupyter notebook (ipynb) file as an input for the web HTML. However, it shows the same two dygraphs plots close to each other on the website. The code in my ipynb file is : dy <-…
exteral
  • 991
  • 2
  • 12
  • 33
-1
votes
1 answer

R shiny dygraph causing error when deploying?

I have recently changed my plot to a dygraph and even though everything works fine when I run the app locally, I get the error message: Error in `$<-.data.frame`(`*tmp*`, "config_url", value = "https://www.shinyapps.io/admin/#/application/") : …
DDigits
  • 127
  • 6
1 2 3
4