Closed juba closed 4 years ago
Example :
robservable(
"@juba/updatable-bar-chart",
cell = c("chart", "draw"),
hide = "draw",
input = list(
data = data.frame(
name = LETTERS[1:10],
value = round(runif(10)*100)
)
)
)
Of course this can only work inside a Shiny app.
Check if updatable charts with animated transitions are supported (I think not)