From f2ebc6536f3576d96ec59da5a02b8a2d8ccdd1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= Date: Thu, 23 Jul 2026 10:41:08 +0200 Subject: [PATCH] refactor: update biplot rendering functions to use girafe --- inst/shiny/microhaplot/server.R | 2 +- inst/shiny/microhaplot/ui.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,