We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0772f1 commit 124bce8Copy full SHA for 124bce8
R/utils.R
@@ -480,8 +480,8 @@ verify_attr <- function(proposed, schema) {
480
}
481
482
# plotly.js should really handle this logic
483
- if (identical(proposed[["hoveron"]], "fill")) {
484
- proposed[["text"]] <- retain(proposed[["text"]], uniq)
+ if (isTRUE(grepl("fill", proposed[["hoveron"]]))) {
+ proposed[["text"]] <- paste(proposed[["text"]], collapse = "\n")
485
486
487
# ensure data_arrays of length 1 are boxed up by to_JSON()
0 commit comments