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.
I'd expect this code to produce the following
plot_ly() %>% add_trace( x = c(1, 2, 3), y = c(1, 2, 1), text = paste0("point", 1:3), fill = "toself", mode = "markers+lines", hoveron = "fills+points" )
But currently it does: