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
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
@@ -39,6 +39,7 @@
39
39
*`subplot()` now works much better with annotations, images, and shapes:
40
40
- When `xref`/`yref` references an x/y axis these references are bumped accordingly (#1181).
41
41
- When `xref`/`yref` references paper coordinates, these coordinates are updated accordingly (#1332).
42
+
*`subplot()` now repositions shapes with fixed height/width (i.e., `xsizemode`/`ysizemode` of `"pixel"`) correctly (#1494).
42
43
* The colorscale generated via the `color` argument in `plot_ly()` now uses an evenly spaced grid of values instead of quantiles (#1308).
43
44
* When using **shinytest** to test a **shiny** that contains **plotly** graph, false positive differences are no longer reported (rstudio/shinytest#174).
44
45
* When the `size` argument maps to `marker.size`, it now converts to an array of appropriate length (#1479).
@@ -51,6 +52,7 @@
51
52
* Recursive attribute validation is now only performed on recursive objects (#1315).
52
53
* The `text` attribute is no longer collapsed to a string when `hoveron='fills+points'` (#1448).
53
54
*`layout.[x-y]axis.domain` is no longer supplied a default when `layout.grid` is specified (#1427).
55
+
* When uploading charts to a plot.ly account via `api_create()`, layout attributes are no longer incorrectly src-ified, which was causing inconsistencies in local/remote rendering of `ggplotly()` charts (#1197).
0 commit comments