We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704e95f commit 742a70bCopy full SHA for 742a70b
NEWS.md
@@ -48,15 +48,16 @@
48
### `plot_ly()` specific fixes
49
50
* The `limits` argument of `colorbar()` wasn't being applied to `line.color`/`line.cmin`/`line.cmax` (#1236).
51
+* The `legendgroup` can now properly map data values (#1148).
52
53
### Other fixes relevant for all **plotly** objects
54
55
* Bug fix for linking views with crosstalk where the source of the selection is an aggregated trace (#1218).
56
+* Resizing behavior, after updating `height`/`width` via **shiny** reactive values, is now correct (#1068).
57
* Fixed algorithm for coercing the proposed layout to the plot schema (#1156).
58
* `add_*()` no longer inherits `crosstalk::SharedData` key information when `inherit = FALSE` (#1242).
59
60
-
61
# 4.7.1
62
63
## NEW FEATURES & IMPROVEMENTS
0 commit comments