diff --git a/inst/shiny/microhaplot/server.R b/inst/shiny/microhaplot/server.R index 8480f86..4fa2edf 100644 --- a/inst/shiny/microhaplot/server.R +++ b/inst/shiny/microhaplot/server.R @@ -2582,7 +2582,7 @@ while the bottom panel hosts a wide selection of tables and graphical summaries. },height=function(){ifelse(input$selectLocus == "ALL",1,150)}) - output$biplot <-renderggiraph({ + output$biplot <-renderGirafe({ #output$biplot <-renderPlot({ #renderPlot({ diff --git a/inst/shiny/microhaplot/ui.R b/inst/shiny/microhaplot/ui.R index 16e7e0a..a81d541 100644 --- a/inst/shiny/microhaplot/ui.R +++ b/inst/shiny/microhaplot/ui.R @@ -510,7 +510,7 @@ shinyUI( step = 0.01)) ), column(8, - ggiraph::ggiraphOutput("biplot", height = "450px"), + ggiraph::girafeOutput("biplot", height = "450px"), height="auto", style= "width:'100%'"), column(12,