From 642069d4021963c80048ea1f2712253cea4e40f2 Mon Sep 17 00:00:00 2001 From: Stefan Moog Date: Wed, 17 Jun 2020 11:16:48 +0200 Subject: [PATCH] Add news item. --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 762df24359..9f4fe92385 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,8 @@ ## BUG FIXES +* `ggplotly()` now handles discrete axes of a `facet_wrap` and `facet_grid` correctly when there is only one category in panels > 1 (#1577 and #1720). + * `ggplotly()` now handles `element_blank()` and `factor()` labels in positional scales correctly (#1731 and #1772). # 4.9.2.1