Skip to content

Commit d4a14c2

Browse files
committed
update news; isosurface not yet part of gl3d partial bundle
1 parent ef5067a commit d4a14c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
- When `xref`/`yref` references an x/y axis these references are bumped accordingly (#1181).
4242
- When `xref`/`yref` references paper coordinates, these coordinates are updated accordingly (#1332).
4343
* `subplot()` now repositions shapes with fixed height/width (i.e., `xsizemode`/`ysizemode` of `"pixel"`) correctly (#1494).
44+
* The `colorscale` attribute now correctly handles a wider range of input values (#1432, #1485)
4445
* The colorscale generated via the `color` argument in `plot_ly()` now uses an evenly spaced grid of values instead of quantiles (#1308).
4546
* When using **shinytest** to test a **shiny** that contains **plotly** graph, false positive differences are no longer reported (rstudio/shinytest#174).
4647
* When the `size` argument maps to `marker.size`, it now converts to an array of appropriate length (#1479).

R/partial_bundles.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ bundleTraceMap <- list(
189189
"scatter3d",
190190
"surface",
191191
"mesh3d",
192-
"cone",
193-
"isosurface"
192+
"cone"
194193
),
195194
gl2d = c(
196195
"scatter",

0 commit comments

Comments
 (0)