Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
@@ -95,8 +95,10 @@ trend <- function(){
|
|
95 |
time = radio_time())
|
96 |
|
97 |
p <- plot(gt)
|
|
|
|
|
98 |
|
99 |
-
return(
|
100 |
}
|
101 |
|
102 |
## Convert to reactive function
|
|
|
95 |
time = radio_time())
|
96 |
|
97 |
p <- plot(gt)
|
98 |
+
|
99 |
+
gp <- ggplotly(p)
|
100 |
|
101 |
+
return(gp)
|
102 |
}
|
103 |
|
104 |
## Convert to reactive function
|