We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
That is, this should 'just work':
plot_ly(mtcars, x = ~wt, y = ~mpg, z = ~disp) %>% add_markers() %>% add_annotations(text = row.names(mtcars))
The tricky bit here is that the annotation array needs to be placed under layout.scene.annotations, not layout.annotations
layout.scene.annotations
layout.annotations