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
+6-1
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,13 @@
1
1
# 4.10.1.9000
2
2
3
+
## New features
4
+
5
+
* Closed #2216: Additional selectize.js options can now be passed along to `highlight()`'s `selectize` argument. (#2217)
6
+
3
7
## Bug fixes
4
8
5
-
*`ggplotly()` no longer errors given a `geom_area()` with 1 or less data points (error introduced by new behavior in ggplot2 v3.4.0). (#2209)
9
+
* Closed #2218: `highlight(selectize = TRUE)` no longer yields an incorrect selectize.js result when there is a combination of crosstalk and non-crosstalk traces. (#2217)
10
+
* Closed #2208: `ggplotly()` no longer errors given a `geom_area()` with 1 or less data points (error introduced by new behavior in ggplot2 v3.4.0). (#2209)
warning("Overwriting the existing selectize payload for group '", i, "'. If you've previously modified this payload in some way, consider modifying it again.")
422
+
} else {
423
+
options<-oldSelectize
424
+
}
425
+
}
426
+
427
+
p$x$selectize[[groupId]] <-options
428
+
}
402
429
}
403
430
404
-
# add HTML dependencies, set a sensible dragmode default, & throw messages
0 commit comments