Closed
Description
Hello,
This is not a bug. There is a major change in the developer version from the current version. I think this implies an important change to already implemented graphics.
The "hoverclosest" and "hovercompare" functions are not activated by default, it is necessary to activate them.
`Animals <- c("giraffes", "orangutans", "monkeys")
SF_Zoo <- c(20, 14, 23)
LA_Zoo <- c(12, 18, 29)
data <- data.frame(Animals, SF_Zoo, LA_Zoo)
fig <- plot_ly(data, x = ~Animals, y = ~SF_Zoo, type = 'bar', name = 'SF Zoo')
fig <- fig %>% add_trace(y = ~LA_Zoo, name = 'LA Zoo')
fig <- fig %>% layout(yaxis = list(title = 'Count'), barmode = 'group',
modebar =list(add=c("hoverclosest","hovercompare")))
fig
`
Metadata
Metadata
Assignees
Labels
No labels