Browse code

fix param

Deril Raju authored on 24/04/2024 03:18:10 • GitHub committed on 24/04/2024 03:18:10
Showing 1 changed files

... ...
@@ -49,7 +49,7 @@ expdesServer <- function(input, output, session,parent_session, loadpage_input,
49 49
     }
50 50
 
51 51
     output$result_plot = renderPlotly({
52
-      designSampleSizePlots(future_exp(), isPlotly = FALSE)
52
+      designSampleSizePlots(future_exp(), isPlotly = TRUE)
53 53
     })
54 54
 
55 55
     #download
... ...
@@ -71,4 +71,4 @@ expdesServer <- function(input, output, session,parent_session, loadpage_input,
71 71
     })
72 72
   })
73 73
 
74
-}
75 74
\ No newline at end of file
75
+}