You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use ggplot2::get_alt_text() if available to provide better default alt text (#3398)
* Close#3397: Use ggplot2::get_alt_text() if available to provide more informative default alt text for ggplots in renderPlot()
* Update R/render-plot.R
Co-authored-by: Winston Chang <[email protected]>
* better Rd docs
* make logic more self-contained
* Add news
Co-authored-by: Winston Chang <[email protected]>
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ shiny 1.6.0.9000
18
18
19
19
*`icon(lib="fontawesome")` is now powered by the `{fontawesome}` package, which will make it easier to use the latest FA icons in the future (by updating the `{fontawesome}` package). (#3302)
20
20
21
+
* Closed #3397: `renderPlot()` new uses `ggplot2::get_alt_text()` to inform an `alt` text default (for `{ggplot2}` plots). (#3398)
22
+
21
23
*`modalDialog()` gains support for `size = "xl"`. (#3410)
0 commit comments