Skip to content

Commit 3b158f1

Browse files
committed
better news bullet
1 parent dd5d77f commit 3b158f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NEWS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515

1616
## BUG FIXES
1717

18-
* `subplot()` now automatically bumps non-paper `xref`/`yref` references sensibly for annotations, images, and shapes (#1181).
19-
* `subplot()` now accumulates images, repositions paper coordinates, and reanchors axis references (#1332).
18+
* `subplot()` now works much better with annotations, images, and shapes:
19+
- When `xref`/`yref` references an x/y axis these references are bumped accordingly (#1181).
20+
- When `xref`/`yref` references paper coordinates, these coordinates are updated accordingly (#1332).
2021
* `event_data("plotly_selected")` is no longer too eager to clear. That is, it is no longer set to `NULL` when clicking on a plot *after* triggering the "plotly_selected" event (#1121) (#1122).
2122
* The colorscale generated via the `color` argument in `plot_ly()` now uses an evenly spaced grid of values instead of quantiles (#1308).
2223
* When using **shinytest** to test a **shiny** that contains **plotly** graph, false positive differences are no longer reported (rstudio/shinytest#174).

0 commit comments

Comments
 (0)