Skip to content

Commit

Permalink
fix plot error message in JS console
Browse files Browse the repository at this point in the history
  • Loading branch information
emitanaka committed Nov 28, 2023
1 parent 5afbe8c commit 87a70e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ plot.edbl_design <- function(x, which = c("factors", "levels"),
background = background,
) %>%
visNetwork::visLayout(randomSeed = seed) %>%
visNetwork::visNodes(id = "id") %>%
visNetwork::visEdges(id = "id")
visNetwork::visNodes(id = "id")
#visNetwork::visEdges(id = "id")
#visNetwork::visHierarchicalLayout()
#visNetwork::visLegend() %>%
switch(view,
Expand Down

0 comments on commit 87a70e5

Please sign in to comment.