Ifeanyi commited on
Commit
683e0f0
·
verified ·
1 Parent(s): 5304b24

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +3 -1
app.R CHANGED
@@ -95,8 +95,10 @@ trend <- function(){
95
  time = radio_time())
96
 
97
  p <- plot(gt)
 
 
98
 
99
- return(p)
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