Skip to content

Workaround for scattergl now always putting selected points on top layer #1206

Closed
@cpsievert

Description

@cpsievert

See plotly/plotly.js#2298

library(crosstalk)
d <- SharedData$new(mtcars)
p <- plot_ly(d, x = ~mpg, y = ~wt)
subplot(p, p) %>% toWebGL() %>% highlight("plotly_selected")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions