We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19971a7 commit f51227fCopy full SHA for f51227f
2 files changed
NEWS.md
@@ -1,6 +1,7 @@
1
# dv.edish 2.0.2-9000
2
3
- Update scrollbar settings for better handling with new Shiny bootstrap.
4
+- Enable zoom option.
5
6
# dv.edish 2.0.2
7
R/mod_edish.R
@@ -401,7 +401,8 @@ edish_server <- function(
401
ggiraph::opts_sizing(rescale = TRUE),
402
ggiraph::opts_hover(css = "stroke: blue; stroke-width: 1px; fill-opacity: 0.8;"),
403
ggiraph::opts_selection(type = "single", css = "stroke: black; stroke-width: 1px;"),
404
- ggiraph::opts_tooltip(css = "border:none; padding:0px;")
+ ggiraph::opts_tooltip(css = "border:none; padding:0px;"),
405
+ ggiraph::opts_zoom(min = 1, max = 5)
406
)
407
408
})
0 commit comments